제출 #70459

#제출 시각아이디문제언어결과실행 시간메모리
70459cepilothscanf 함수 3 (BSC_0_5)C++11
100 / 100
3 ms668 KiB
#include <iostream>
#include <string>
using namespace std;
 
int main() {

  int d; cin >> d;
  cout << d + 1;
  return 0;
}
#Verdict Execution timeMemoryGrader output
Fetching results...