結果
| 問題 | No.71 そろばん | 
| コンテスト | |
| ユーザー |  | 
| 提出日時 | 2018-04-02 09:40:48 | 
| 言語 | Fortran (gFortran 14.2.0) | 
| 結果 | 
                                AC
                                 
                             | 
| 実行時間 | 2 ms / 5,000 ms | 
| コード長 | 150 bytes | 
| コンパイル時間 | 1,203 ms | 
| コンパイル使用メモリ | 29,824 KB | 
| 実行使用メモリ | 5,376 KB | 
| 最終ジャッジ日時 | 2024-06-26 06:31:31 | 
| 合計ジャッジ時間 | 2,137 ms | 
| ジャッジサーバーID (参考情報) | judge2 / judge3 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| sample | AC * 3 | 
| other | AC * 20 | 
ソースコード
program main
    implicit none
    integer::n
    integer(8)::i,j,k,l,m,x,y,z
    read*,n
    x=n/2
    y=n-x
    print*,(x+1)*(y+1)-1
end program
            
            
            
        