제출 #474646

#제출 시각아이디문제언어결과실행 시간메모리
474646Ahmed_SolymanKnjige (COCI20_knjige)C++14
0 / 50
1 ms316 KiB
#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 timeMemoryGrader output
Fetching results...