Submission #00088
ソースコード
ステータス
| 項目 |
データ |
| 問題 |
0001 - Next string |
| ユーザー名 |
chihi311
|
| 投稿日時 |
2024-07-18 14:46:26 |
| 言語 |
C++17 |
| 状態 |
Compile Error |
| 得点 |
0
|
| ソースコード長 |
307 Byte |
| 最大実行時間 |
-
|
| 最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp: In function ‘int main()’:
./Main.cpp:5:3: error: ‘stirng’ was not declared in this scope
stirng s;cin>>s;
^~~~~~
./Main.cpp:5:3: note: suggested alternative: ‘stime’
stirng s;cin>>s;
^~~~~~
stime
./Main.cpp:5:17: error: ‘s’ was not declared in this scope
stirng s;cin>>s;
^
./Main.cpp:8:9: error: ‘len’ was not declared in this scope
int i=len(a)-1;
^~~
./Main.cpp:8:9: note: suggested alternative: ‘mblen’
int i=len(a)-1;
^~~
mblen
セット
テストケース