제출 #17677

#제출 시각아이디문제언어결과실행 시간메모리
17677chrome별들과 삼각형 (IZhO11_triangle)C++98
4.54 / 100
0 ms1716 KiB
#include <bits/stdc++.h>

using namespace std;

int main () {
	int x; cin >> x; cout << x;
	return 0;
}
#Verdict Execution timeMemoryGrader output
Fetching results...