Submission #58203
ソースコード
ステータス
| 項目 | データ |
|---|---|
| 問題 | 1225 - std::sort |
| ユーザー名 | immunity |
| 投稿日時 | 2020-01-17 13:49:24 |
| 言語 | C++14 |
| 状態 | Compile Error |
| 得点 | 0 |
| ソースコード長 | 35 Byte |
| 最大実行時間 | - |
| 最大メモリ使用量 |
コンパイルメッセージ
./Main.cpp:1:6: warning: ISO C++ forbids declaration of ‘main’ with no type [-Wreturn-type]
main(){system("read n;sort -n");}
^
./Main.cpp: In function ‘int main()’:
./Main.cpp:1:8: error: ‘system’ was not declared in this scope
main(){system("read n;sort -n");}
^~~~~~
セット
| セット | 得点 | Cases |
|---|
テストケース
| ファイル名 | 状態 | 実行時間 | メモリ使用量 | # |
|---|---|---|---|