結果
| 問題 | 
                            No.299 蟻本が読めない
                             | 
                    
| コンテスト | |
| ユーザー | 
                             annonymous
                         | 
                    
| 提出日時 | 2018-07-10 15:36:49 | 
| 言語 | C++14  (gcc 13.3.0 + boost 1.87.0)  | 
                    
| 結果 | 
                             
                                WA
                                 
                             
                            
                         | 
                    
| 実行時間 | - | 
| コード長 | 117 bytes | 
| コンパイル時間 | 612 ms | 
| コンパイル使用メモリ | 64,896 KB | 
| 実行使用メモリ | 5,376 KB | 
| 最終ジャッジ日時 | 2024-07-22 11:23:00 | 
| 合計ジャッジ時間 | 921 ms | 
| 
                            ジャッジサーバーID (参考情報)  | 
                        judge1 / judge3 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| other | AC * 2 WA * 2 | 
ソースコード
#include<set>
using namespace std;
#include<iostream>
int	main(){	int N;
	cin >> N;
	cout << 264 + 52 * N << endl;
}
            
            
            
        
            
annonymous