結果
| 問題 |
No.3107 45^2
|
| コンテスト | |
| ユーザー |
the_borg
|
| 提出日時 | 2025-04-18 20:41:18 |
| 言語 | Ruby (3.4.1) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 14 bytes |
| コンパイル時間 | 620 ms |
| コンパイル使用メモリ | 7,844 KB |
| 実行使用メモリ | 12,928 KB |
| 最終ジャッジ日時 | 2025-04-18 20:41:22 |
| 合計ジャッジ時間 | 2,591 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge5 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 1 |
| other | WA * 12 |
コンパイルメッセージ
Main.rb:1: warning: possibly useless use of ** in void context Syntax OK
ソースコード
(gets.to_i)**2
the_borg