結果
| 問題 | No.8042 本棚 |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2019-03-18 07:52:51 |
| 言語 | C++14 (gcc 13.3.0 + boost 1.89.0) |
| 結果 |
AC
|
| 実行時間 | 2 ms / 2,000 ms |
| コード長 | 131 bytes |
| 記録 | |
| コンパイル時間 | 1,825 ms |
| コンパイル使用メモリ | 173,464 KB |
| 実行使用メモリ | 5,376 KB |
| 最終ジャッジ日時 | 2024-06-28 01:32:46 |
| 合計ジャッジ時間 | 2,701 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge5 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 24 |
コンパイルメッセージ
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[52];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[52];main(){for(;getline(std::cin,s[i]);)i++;for(sort(s,s+i);++j<i;)puts(s[j].data());}