Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
83377 sh25_shengmy 水池何时干枯 C++ 通过 0 MS 244 KB 217 2026-01-25 19:30:52

Tests(1/1):


#include<iostream> using namespace std; const float i=3-0.05; int main(){ float n; cin>>n; int days=0; while(n>0){ n=n-i; days=days+1; } cout<<days; return 0; }


测评信息: