結果
問題 | No.353 ヘイトプラス |
ユーザー |
![]() |
提出日時 | 2016-04-02 00:11:54 |
言語 | C++11 (gcc 13.3.0) |
結果 |
AC
|
実行時間 | 2 ms / 1,000 ms |
コード長 | 277 bytes |
コンパイル時間 | 391 ms |
コンパイル使用メモリ | 54,744 KB |
実行使用メモリ | 5,376 KB |
最終ジャッジ日時 | 2024-06-29 13:23:47 |
合計ジャッジ時間 | 964 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 2 |
other | AC * 7 |
ソースコード
#include <iostream>using namespace std;typedef signed long long ll;//-------------------------------------------------------void solve() {int i,j,k,l,r,x,y; string s;ll A,B;cin>>A>>B;cout<<A-(-B)<<endl;}int main(int argc,char** argv){solve(); return 0;}