Submission #21152

#TimeUsernameProblemLanguageResultExecution timeMemory
21152jaycekingscanf 함수 4 (BSC_0_6)C++14
100 / 100
0 ms1116 KiB
#include<cstdio> int main() { int t1, t2; int count = scanf("%d %d", &t1, &t2); printf("%d", count); }

Compilation message (stderr)


#Verdict Execution timeMemoryGrader output
Fetching results...