제출 #21149

#제출 시각아이디문제언어결과실행 시간메모리
21149jaycekingscanf 함수 4 (BSC_0_6)C++14
0 / 100
89 ms1116 KiB
#include<cstdio>

int main() {
	int count = 0;
	int t;
	while (scanf("%d", &t) != 0) {
		count++;
	}
	printf("%d", count);
}

컴파일 시 표준 에러 (stderr) 메시지


#Verdict Execution timeMemoryGrader output
Fetching results...