| # | Time | Username | Problem | Language | Result | Execution time | Memory | 
|---|---|---|---|---|---|---|---|
| 1282018 | oji | scanf 함수 4 (BSC_0_6) | C++20 | 1 ms | 584 KiB | 
#include<iostream>
using namespace std;
int main(){
      int n,cnt=0;
    while (cin >> n) cnt++;
    cout << cnt;
}
| # | Verdict | Execution time | Memory | Grader output | 
|---|---|---|---|---|
| Fetching results... | ||||
