結果
問題 | No.71 そろばん |
ユーザー | ciel |
提出日時 | 2014-11-18 23:29:24 |
言語 | Ruby (3.4.1) |
結果 |
AC
|
実行時間 | 97 ms / 5,000 ms |
コード長 | 59 bytes |
コンパイル時間 | 208 ms |
コンパイル使用メモリ | 8,192 KB |
実行使用メモリ | 13,056 KB |
最終ジャッジ日時 | 2025-01-02 18:55:24 |
合計ジャッジ時間 | 3,490 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 20 |
コンパイルメッセージ
Main.rb:1: warning: shebang line ending with \r may cause problems Syntax OK
ソースコード
#!/usr/bin/ruby n=gets.to_i x=n/2 y=n-x p (x+1)*(y+1)-1