結果
問題 |
No.480 合計
|
ユーザー |
|
提出日時 | 2018-04-15 07:08:53 |
言語 | C++11(廃止可能性あり) (gcc 13.3.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 111 bytes |
コンパイル時間 | 166 ms |
コンパイル使用メモリ | 20,736 KB |
実行使用メモリ | 5,376 KB |
最終ジャッジ日時 | 2024-06-26 22:44:32 |
合計ジャッジ時間 | 781 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | WA * 22 |
ソースコード
#include "stdio.h" int main() { int N; static int buff; for (N; N == 1; N--) { buff = N; } return 0; }