답안 #468763

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
468763 2021-08-29T14:30:19 Z wdjpng Sure Bet (CEOI17_sure) C++17
0 / 100
0 ms 204 KB
    #include <bits/stdc++.h>
    //#define double double
    #define rep(i,n) for(int i = 0; i < n; i++)
    #define all(a) a.begin(), a.end()
     
    using namespace std;
     
    signed main()
    {
        vector<int>x(3);
        cout<<x[4];
    }
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 204 KB Output isn't correct
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 204 KB Output isn't correct
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 204 KB Output isn't correct
2 Halted 0 ms 0 KB -