結果
問題 |
No.98 円を描こう
|
ユーザー |
![]() |
提出日時 | 2024-04-28 16:29:43 |
言語 | Nim (2.2.0) |
結果 |
AC
|
実行時間 | 2 ms / 5,000 ms |
コード長 | 127 bytes |
コンパイル時間 | 3,377 ms |
コンパイル使用メモリ | 63,632 KB |
実行使用メモリ | 5,248 KB |
最終ジャッジ日時 | 2024-11-17 10:02:18 |
合計ジャッジ時間 | 4,263 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 4 |
other | AC * 6 |
ソースコード
import math, strscans let (_, x, y) = stdin.readAll.scanTuple"$f $f" result = succ int 2 * sqrt x * x + y * y echo result