提交时间:2024-12-22 16:41:05

运行 ID: 3199

#include<iostream> using namespace std; int main() { int a,c = 1,b; cin>>a; while (b <= a) { b += c; c++; } }