# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1010704 | tarpent | Crazy old lady (IZhO13_crazy) | C++14 | 1 ms | 344 KiB |
This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
#include<bits/stdc++.h>
using namespace std;
int od,n,x;
int main(){
cin>>od;
while(od--){
cin>>n;
for(int i = 0; i<n; i++) cin>>x;
cout<<0<<'\n';
}
}
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |