제출 #1282018

#제출 시각아이디문제언어결과실행 시간메모리
1282018ojiscanf 함수 4 (BSC_0_6)C++20
100 / 100
1 ms584 KiB
#include<iostream>
using namespace std;
int main(){
      int n,cnt=0;
    while (cin >> n) cnt++;
    cout << cnt;
}
#Verdict Execution timeMemoryGrader output
Fetching results...