提交时间:2024-12-22 16:40:52

运行 ID: 3197

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