Submission #713588

#TimeUsernameProblemLanguageResultExecution timeMemory
713588becaidoscanf 함수 4 (BSC_0_6)C++17
100 / 100
1 ms300 KiB
#include <iostream>

int main() {
    int foo, ans = 0;
    while (std::cin >> foo) ans++;
    std::cout << ans << std::endl;
}
#Verdict Execution timeMemoryGrader output
Fetching results...