# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
527751 | pokmui9909 | scanf 함수 4 (BSC_0_6) | C++17 | 1 ms | 316 KiB |
This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
#include <bits/stdc++.h>
using namespace std;
using ll = long long;
int main(){
cin.tie(0) -> sync_with_stdio(false);
ll N = 0, C = 0;
while(cin >> N) C++;
cout << C;
}
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |