답안 #474646

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
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;
}
# 결과 실행 시간 메모리 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