結果

問題 No.353 ヘイトプラス
ユーザー HAHAHA
提出日時 2016-04-06 22:42:57
言語 C++11(廃止可能性あり)
(gcc 13.3.0)
結果
WA  
実行時間 -
コード長 337 bytes
コンパイル時間 738 ms
コンパイル使用メモリ 72,572 KB
実行使用メモリ 6,824 KB
最終ジャッジ日時 2024-10-04 02:21:21
合計ジャッジ時間 1,978 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample WA * 2
other AC * 1 WA * 6
権限があれば一括ダウンロードができます

ソースコード

diff #

#include<iostream>
#include<cstdio>
#include<cstring>
#include<string>
#include<vector>
#include<queue>
#include<stack>
#include<set>
#include<map>
#include<utility>
#include<sstream>
#include<cctype>
#include<cmath>
#include<algorithm>
using namespace std;



int main(){
	int a,b;
	cin >> a >> b;
	cout << -a-(-b) << endl;
	return 0;
}
0