제출 #318453

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