답안 #38955

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
38955 2018-01-08T11:45:03 Z Scayre 별들과 삼각형 (IZhO11_triangle) C++
0 / 100
0 ms 2016 KB
#include <bits/stdc++.h>
 
using namespace std;
 
int main () {
	int x; cin >> x; cout << x;
	return 0;
}
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 2016 KB Output isn't correct
2 Halted 0 ms 0 KB -