結果
問題 |
No.8042 本棚
|
ユーザー |
|
提出日時 | 2019-03-18 07:52:22 |
言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
結果 |
RE
|
実行時間 | - |
コード長 | 131 bytes |
コンパイル時間 | 1,993 ms |
コンパイル使用メモリ | 173,552 KB |
実行使用メモリ | 6,948 KB |
最終ジャッジ日時 | 2024-07-16 03:32:57 |
合計ジャッジ時間 | 3,443 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 22 RE * 2 |
コンパイルメッセージ
main.cpp:1:2: warning: #import is a deprecated GCC extension [-Wdeprecated] 1 | #import<bits/stdc++.h> | ^~~~~~ main.cpp:2:27: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type] 2 | int i,j;std::string s[51];main(){for(;getline(std::cin,s[i]);)i++;for(sort(s,s+i);++j<i;)puts(s[j].data());} | ^~~~
ソースコード
#import<bits/stdc++.h> int i,j;std::string s[51];main(){for(;getline(std::cin,s[i]);)i++;for(sort(s,s+i);++j<i;)puts(s[j].data());}