답안 #293615

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
293615 2020-09-08T08:35:23 Z sabamaku Exercise Deadlines (CCO20_day1problem2) C++14
0 / 25
0 ms 256 KB
#include<bits/stdc++.h>
using namespace std;

int n;

int main(){
    cin >> n;
    cout << -1;
    // :(
}
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 256 KB Output isn't correct
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 256 KB Output isn't correct
2 Halted 0 ms 0 KB -