Submission #00171
ソースコード
ステータス
項目 |
データ |
問題 |
0004 - 残像に口紅を |
ユーザー名 |
ei1507
|
投稿日時 |
2015-12-02 18:03:55 |
言語 |
C++11 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
561 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp:1:1: error: ‘include’ does not name a type
include<bits/stdc++.h>
^
./Main.cpp: In function ‘int main()’:
./Main.cpp:8:3: error: ‘cin’ was not declared in this scope
cin >> s;
^
./Main.cpp:9:23: error: ‘strlen’ was not declared in this scope
int len = strlen( s );
^
./Main.cpp:25:5: error: ‘cout’ was not declared in this scope
cout << ans[i];
^
./Main.cpp:27:3: error: ‘cout’ was not declared in this scope
cout << endl;
^
./Main.cpp:27:11: error: ‘endl’ was not declared in this scope
cout << endl;
^
セット
テストケース