제출 #14324

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