제출 #14325

#제출 시각아이디문제언어결과실행 시간메모리
14325ggohscanf 함수 3 (BSC_0_5)C++98
100 / 100
0 ms1716 KiB
#include<iostream>
int i;
main()
{
	std::cin>>i;
	std::cout<<i+1;
}
#Verdict Execution timeMemoryGrader output
Fetching results...