제출 #19577

#제출 시각아이디문제언어결과실행 시간메모리
19577thebarbershopscanf 함수 4 (BSC_0_6)C++98
100 / 100
0 ms1084 KiB
#include <cstdio>

int main() {
    int t, k = 0;
    while(scanf("%d", &t) != EOF) k++;
    printf("%d", k);
    return 0;
}
#Verdict Execution timeMemoryGrader output
Fetching results...