結果
| 問題 | No.316 もっと刺激的なFizzBuzzをください |
| コンテスト | |
| ユーザー |
kibenronrigaku1
|
| 提出日時 | 2016-02-16 15:07:18 |
| 言語 | PyPy2 (7.3.20) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 74 bytes |
| 記録 | |
| コンパイル時間 | 71 ms |
| コンパイル使用メモリ | 80,896 KB |
| 実行使用メモリ | 81,664 KB |
| 最終ジャッジ日時 | 2026-07-18 03:02:33 |
| 合計ジャッジ時間 | 4,566 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge3_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 4 |
| other | AC * 1 WA * 32 |
ソースコード
N = raw_input() a,b,c = map(int,raw_input().split()) cnt = 0 print cnt
kibenronrigaku1