제출 #972466

#제출 시각아이디문제언어결과실행 시간메모리
972466andro크레이피쉬 글쓰는 기계 (IOI12_scrivener)C++14
컴파일 에러
0 ms0 KiB
char last; void Init() {} string s = ""; void TypeLetter(char L) { s += L; } void UndoCommands(int U) { } char GetLetter(int P) { return s[p]; }

컴파일 시 표준 에러 (stderr) 메시지

scrivener.cpp:6:1: error: 'string' does not name a type
    6 | string s = "";
      | ^~~~~~
scrivener.cpp: In function 'void TypeLetter(char)':
scrivener.cpp:10:3: error: 's' was not declared in this scope
   10 |   s += L;
      |   ^
scrivener.cpp: In function 'char GetLetter(int)':
scrivener.cpp:20:10: error: 's' was not declared in this scope
   20 |   return s[p];
      |          ^
scrivener.cpp:20:12: error: 'p' was not declared in this scope
   20 |   return s[p];
      |            ^