Submission #474646

# Submission time Handle Problem Language Result Execution time Memory
474646 2021-09-19T08:48:36 Z Ahmed_Solyman Knjige (COCI20_knjige) C++14
0 / 50
1 ms 316 KB
#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