Submission #21151

#TimeUsernameProblemLanguageResultExecution timeMemory
21151jaycekingscanf 함수 4 (BSC_0_6)C++14
0 / 100
116 ms1116 KiB
#include<cstdio>

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

Compilation message (stderr)


#Verdict Execution timeMemoryGrader output
Fetching results...