結果
| 問題 | No.2706 One Nafmo |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2024-03-31 13:33:23 |
| 言語 | PyPy3 (7.3.23 + ACL) |
| 結果 |
AC
不安定
|
| 実行時間 | 61 ms / 2,000 ms |
| + 526µs | |
| コード長 | 284 bytes |
| 記録 | |
| コンパイル時間 | 245 ms |
| コンパイル使用メモリ | 95,820 KB |
| 実行使用メモリ | 78,848 KB |
| 最終ジャッジ日時 | 2026-09-06 21:42:52 |
| 合計ジャッジ時間 | 2,031 ms |
|
ジャッジサーバーID (参考情報) |
judge2_0 / judge1_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 4 |
| other | AC * 9 |
ソースコード
'''input''' i1=lambda:int(s1()) i2=lambda:map(int,s2()) il=lambda:list(i2()) s1=lambda:input() s2=lambda:s1().split() sl=lambda:list(s2()) '''output''' '''createList''' cl=lambda x,d:[d for i in range(x)]# a=c2l(10,23,"x") '''code''' import math A,B,X=i2() c=math.ceil(X/A) print(c*B)