結果
| 問題 | 
                            No.208 王将
                             | 
                    
| コンテスト | |
| ユーザー | 
                            👑  | 
                    
| 提出日時 | 2020-01-22 09:50:44 | 
| 言語 | C++14  (gcc 13.3.0 + boost 1.87.0)  | 
                    
| 結果 | 
                             
                                WA
                                 
                             
                            
                         | 
                    
| 実行時間 | - | 
| コード長 | 99 bytes | 
| コンパイル時間 | 607 ms | 
| コンパイル使用メモリ | 61,952 KB | 
| 実行使用メモリ | 5,376 KB | 
| 最終ジャッジ日時 | 2024-07-07 15:19:51 | 
| 合計ジャッジ時間 | 1,431 ms | 
| 
                            ジャッジサーバーID (参考情報)  | 
                        judge2 / judge4 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| sample | AC * 2 | 
| other | AC * 6 WA * 17 | 
ソースコード
#include <iostream>
using namespace std;
int main(){
    int a,b;cin>>a>>b;cout << a+b-1 << endl;
}