#include<bits/stdc++.h>
using namespace std;
typedef long long ll;
int main(){
ll n;cin>>n;
for(ll i=0;i<n;i++){
ll x;cin>>x;
}
cout<<0<<endl;
}
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
0 ms |
204 KB |
Wrong configuration |
2 |
Incorrect |
0 ms |
204 KB |
Wrong configuration |
3 |
Incorrect |
1 ms |
204 KB |
Wrong configuration |
4 |
Incorrect |
1 ms |
316 KB |
Wrong configuration |
5 |
Incorrect |
1 ms |
204 KB |
Wrong configuration |
6 |
Incorrect |
1 ms |
204 KB |
Wrong configuration |
7 |
Incorrect |
1 ms |
204 KB |
Wrong configuration |
8 |
Incorrect |
1 ms |
204 KB |
Wrong configuration |
9 |
Incorrect |
1 ms |
204 KB |
Wrong configuration |
10 |
Incorrect |
1 ms |
204 KB |
Wrong configuration |