# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
505150 | 2022-01-10T19:08:42 Z | nicecoder37 | Kutije (COCI21_kutije) | C++17 | 13 ms | 1740 KB |
/*MKAAN THE KING*/ #include <bits/stdc++.h> #define space " " #define endl "\n" #define gcd __gcd #define fi first #define se second #define mp make_pair #define pb push_back #define pf push_front #define inf 1000000000 #define md 1000000007 #define li 1005 #define lo long long using namespace std; int n,m,Q,a[li][li]; int main(){ scanf("%d %d %d",&n,&m,&Q); for(int i=1;i<=m;i++){ for(int j=1;j<=n;j++){ scanf("%d",&a[i][j]); } } while(Q--){ printf("DA\n"); } return 0; }
Compilation message
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 13 ms | 1740 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 1 ms | 624 KB | Output is correct |
2 | Correct | 1 ms | 624 KB | Output is correct |
3 | Correct | 1 ms | 716 KB | Output is correct |
4 | Correct | 1 ms | 588 KB | Output is correct |
5 | Correct | 1 ms | 676 KB | Output is correct |
6 | Correct | 1 ms | 588 KB | Output is correct |
7 | Correct | 1 ms | 684 KB | Output is correct |
8 | Correct | 1 ms | 608 KB | Output is correct |
9 | Correct | 1 ms | 716 KB | Output is correct |
10 | Correct | 1 ms | 716 KB | Output is correct |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 1 ms | 624 KB | Output is correct |
2 | Correct | 1 ms | 624 KB | Output is correct |
3 | Correct | 1 ms | 716 KB | Output is correct |
4 | Correct | 1 ms | 588 KB | Output is correct |
5 | Correct | 1 ms | 676 KB | Output is correct |
6 | Correct | 1 ms | 588 KB | Output is correct |
7 | Correct | 1 ms | 684 KB | Output is correct |
8 | Correct | 1 ms | 608 KB | Output is correct |
9 | Correct | 1 ms | 716 KB | Output is correct |
10 | Correct | 1 ms | 716 KB | Output is correct |
11 | Incorrect | 1 ms | 708 KB | Output isn't correct |
12 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 13 ms | 1740 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |