結果
問題 | No.413 +5,000,000pts |
ユーザー | kotatsugame |
提出日時 | 2016-11-06 01:58:17 |
言語 | C++14 (gcc 12.3.0 + boost 1.83.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 116 bytes |
コンパイル時間 | 498 ms |
コンパイル使用メモリ | 64,436 KB |
実行使用メモリ | 6,820 KB |
最終ジャッジ日時 | 2024-11-25 03:13:32 |
合計ジャッジ時間 | 1,164 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge5 |
(要ログイン)
ソースコード
#include <iostream> using namespace std; int main() { for(int i=1;i<=1e5;i++) { cout<<-i<<endl; } return 0; }