Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
355765 胡珂 【C3-2】数字直角(2) C++ Accepted 100 1 MS 248 KB 181 2025-10-11 20:22:49

Tests(1/1):


#include <bits/stdc++.h> using namespace std; int main(){ int n; cin>>n; for(int i=1;i<=n;i++){ for(int j=1;j<=i;j++){ cout<<j; } cout<<endl; } return 0; }


Judgement Protocol: