結果
| 問題 | 
                            No.299 蟻本が読めない
                             | 
                    
| コンテスト | |
| ユーザー | 
                             _massibu
                         | 
                    
| 提出日時 | 2017-05-23 17:15:20 | 
| 言語 | C  (gcc 13.3.0)  | 
                    
| 結果 | 
                             
                                WA
                                 
                             
                            
                         | 
                    
| 実行時間 | - | 
| コード長 | 175 bytes | 
| コンパイル時間 | 152 ms | 
| コンパイル使用メモリ | 27,136 KB | 
| 実行使用メモリ | 5,376 KB | 
| 最終ジャッジ日時 | 2024-09-19 11:42:00 | 
| 合計ジャッジ時間 | 1,059 ms | 
| 
                            ジャッジサーバーID (参考情報)  | 
                        judge3 / judge4 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| other | AC * 2 WA * 2 | 
ソースコード
#include "stdio.h"
int main()
{
	//第何版か入力
	int N=0;
	scanf("%d",&N);
	//何ページか出力
	printf("%lld\n",(long long int)(264 + N*52) );
    return 0;
}
            
            
            
        
            
_massibu