Submission #64302


ソースコード

1
2
3
4
5
6
7
8
9
10
11
#include<bits/stdc++.h>
using namespace std;
#define int long long
signed main(){
cin.tie(0);
ios::sync_with_stdio(false);
int a,b;
cin>>a>>b;
cout<<a+b<<"\n";
return 0;
}

ステータス

項目 データ
問題 0791 - CombNafの参加者数
ユーザー名 r2031
投稿日時 2020-10-16 17:20:03
言語 C++14
状態 Accepted
得点 5
ソースコード長 205 Byte
最大実行時間 24 ms
最大メモリ使用量 604 KB

セット

セット 得点 Cases
1 Nafmo is God. 5 / 5 *

テストケース

ファイル名 状態 実行時間 メモリ使用量 #
Input01.txt AC 24 ms 604 KB
1
Input02.txt AC 18 ms 556 KB
1
Input03.txt AC 19 ms 388 KB
1
Input04.txt AC 24 ms 468 KB
1
Input05.txt AC 24 ms 548 KB
1