| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 5425 | 陈一畅 | 谁没有交作业? | C++ | Runtime Error | 0 | 0 MS | 244 KB | 309 | 2020-08-02 16:26:56 |
#include<bits/stdc++.h> using namespace std; int main(){ int t,f,i; int a[11],b[51]; cin>>t; for(;i<=t;i++) cin>>a[i]; for(int k=1;k<=t;k++){ for(int j=1;j<=a[i]-1;j++){ cin>>b[j]; f=1; for(int l=0;l<f;l++){ if(b[j]!=f){ cout<<f; } } } } return 0; }