The Biggest Water Problem
摘要:
地址 #include<bits/stdc++.h> using namespace std; typedef long long ll; int main() { ll n; cin>>n; ll sum=0; while(n>10){ ll sum=n; ll d=0; while(sum){ 阅读全文
posted @ 2024-01-07 00:02 isomer莫柒瑜 阅读(2) 评论(0) 推荐(0) 编辑