結果
| 問題 |
No.3295 Buying Bottled Water
|
| コンテスト | |
| ユーザー |
suppy193
|
| 提出日時 | 2025-10-05 18:07:21 |
| 言語 | C90 (gcc 12.3.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 89 bytes |
| コンパイル時間 | 260 ms |
| コンパイル使用メモリ | 32,960 KB |
| 実行使用メモリ | 7,720 KB |
| 最終ジャッジ日時 | 2025-10-05 18:07:23 |
| 合計ジャッジ時間 | 1,445 ms |
|
ジャッジサーバーID (参考情報) |
judge2 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 3 |
| other | WA * 19 |
ソースコード
#include <stdio.h>
int main()
{
int cnt;
int n;
scanf("%d", &n);
return 0;
}
suppy193