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