답안 #815987

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
815987 2023-08-09T03:23:40 Z andecaandeci Ekoeko (COCI21_ekoeko) C++17
0 / 110
1 ms 268 KB
#include <bits/stdc++.h>
using namespace std;

#define int long long

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