Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
128638 林扬皓bylz 奖励积分 C++ 通过 100 0 MS 256 KB 148 2024-01-26 07:41:36

Tests(1/1):


#include<iostream> using namespace std; int main() { int m,n=0,s=0; cin>>m; while(s<m) { ++n; s+=n; } cout<<n; return 0; }


测评信息: