結果
| 問題 | No.353 ヘイトプラス | 
| コンテスト | |
| ユーザー |  mkan | 
| 提出日時 | 2017-02-08 17:26:22 | 
| 言語 | C++11(廃止可能性あり) (gcc 13.3.0) | 
| 結果 | 
                                AC
                                 
                             | 
| 実行時間 | 2 ms / 1,000 ms | 
| コード長 | 130 bytes | 
| コンパイル時間 | 534 ms | 
| コンパイル使用メモリ | 56,156 KB | 
| 実行使用メモリ | 5,376 KB | 
| 最終ジャッジ日時 | 2024-07-03 22:26:17 | 
| 合計ジャッジ時間 | 1,042 ms | 
| ジャッジサーバーID (参考情報) | judge3 / judge5 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| sample | AC * 2 | 
| other | AC * 7 | 
ソースコード
#include <iostream>
#include <algorithm>
using namespace std;
int main(){
	int a,b;
	cin>>a>>b;
	cout<<a-(-b)<<endl;
	return 0;
}
            
            
            
        