답안 #106778

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
106778 2019-04-20T12:58:19 Z FiloSanza Exhibition (JOI19_ho_t2) C++14
0 / 100
2 ms 256 KB
#include <bits/stdc++.h>

using namespace std;

int main(){
  int a[10];
  cout << a[50];
}

Compilation message

joi2019_ho_t2.cpp: In function 'int main()':
joi2019_ho_t2.cpp:7:15: warning: array subscript is above array bounds [-Warray-bounds]
   cout << a[50];
               ^
# 결과 실행 시간 메모리 Grader output
1 Correct 2 ms 256 KB Output is correct
2 Incorrect 2 ms 256 KB Output isn't correct
3 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Correct 2 ms 256 KB Output is correct
2 Incorrect 2 ms 256 KB Output isn't correct
3 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Correct 2 ms 256 KB Output is correct
2 Incorrect 2 ms 256 KB Output isn't correct
3 Halted 0 ms 0 KB -