Submission #60088


ソースコード

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#include<iostream>
#include<map>
#include<algorithm>
#include<cstring>
#include<cmath>
#include<ios>
#include<stack>
#include<sstream>
#include<queue>
#include<new>
#define N int long long
#define M 256
using namespace std;
int main(){
long long a,b;
long long c;
cin>>a>>b;
cout<<a+b<<'\n'<<a-b<<'\n'<<a*b<<'\n'<<a/b<<'\n'<<a%b<<'\n';
return 0;
}

ステータス

項目 データ
問題 1124 - 和 差 積 商 余
ユーザー名 ei1943
投稿日時 2020-06-19 16:33:37
言語 C++
状態 Accepted
得点 1
ソースコード長 376 Byte
最大実行時間 28 ms
最大メモリ使用量 644 KB

セット

セット 得点 Cases
1 ALL 1 / 1 *

テストケース

ファイル名 状態 実行時間 メモリ使用量 #
002_in-1.txt AC 21 ms 604 KB
1
002_in-2.txt AC 18 ms 444 KB
1
002_in-3.txt AC 28 ms 412 KB
1
002_in-4.txt AC 18 ms 644 KB
1
002_in-5.txt AC 19 ms 488 KB
1