Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
3187 D班-陈颖钧 1加到多少才超过N C++ Wrong Answer 0 0 MS 252 KB 141 2024-12-22 16:38:42

Tests(0/5):


#include<bits/stdc++.h> using namespace std; int main(){ int a=1,n,b=2; cin>>a; while(a>n){ a+=b; b++; } }


Judgement Protocol: