답안 #19953

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
19953 2016-02-25T07:46:52 Z 201023777 악수 (kriii4_D) C++
0 / 100
0 ms 1716 KB
#include <bits/stdc++.h>
using namespace std;
 
int main()
{
  long long n; cin >> n;
  cout << n-1;
}
# 결과 실행 시간 메모리 Grader output
1 Correct 0 ms 1716 KB Output is correct
2 Correct 0 ms 1716 KB Output is correct
3 Correct 0 ms 1716 KB Output is correct
4 Incorrect 0 ms 1716 KB Output isn't correct
5 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Halted 0 ms 0 KB -