Submission #696490

#TimeUsernameProblemLanguageResultExecution timeMemory
696490hkoiscanf 함수 4 (BSC_0_6)C++17
100 / 100
1 ms308 KiB
#include <bits/stdc++.h>
using namespace std;
int main() {
    int n, ans = 0;
    while (cin >> n) ans++;
    cout << ans << '\n';
}
#Verdict Execution timeMemoryGrader output
Fetching results...