제출 #117451

#제출 시각아이디문제언어결과실행 시간메모리
117451maho04scanf 함수 4 (BSC_0_6)C++14
0 / 100
2 ms384 KiB
#include <iostream>
using namespace std;
int main(){
  string a;
  cin>>a;
  cout<<a.length();
}
#Verdict Execution timeMemoryGrader output
Fetching results...