Submission #318453

#TimeUsernameProblemLanguageResultExecution timeMemory
318453codemaster111scanf 함수 4 (BSC_0_6)C++17
100 / 100
1 ms364 KiB
#include <iostream> using namespace std; int main() { int count=0; int n; while(cin>>n) { ++count; } cout<<count; }
#Verdict Execution timeMemoryGrader output
Fetching results...