Submission #53219


ソースコード

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#include<bits/stdc++.h>
using namespace std;
#define rep(i,n) for(int i=0;i<(n);++i)
#define reps(i,n) for(int i=1;i<=(n);++i)
#define all(x) (x).begin(),(x).end()
#define int long long
const int INF = 0x3f3f3f3f;
const long long LINF = 0x3f3f3f3f3f3f3f3fLL;
signed main(){
cin.tie(0);
ios::sync_with_stdio(false);
int n;
cin >> n;
cout << 0 << '\n';
return 0;
}

ステータス

項目 データ
問題 1131 - 和差積商余
ユーザー名 ei1903
投稿日時 2019-08-20 11:15:21
言語 C++14
状態 Accepted
得点 1
ソースコード長 407 Byte
最大実行時間 26 ms
最大メモリ使用量 604 KB

セット

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

テストケース

ファイル名 状態 実行時間 メモリ使用量 #
in1 AC 20 ms 604 KB
1
in2 AC 21 ms 436 KB
1
in3 AC 19 ms 392 KB
1
in4 AC 23 ms 476 KB
1
in5 AC 26 ms 560 KB
1
in6 AC 23 ms 512 KB
1
in7 AC 24 ms 592 KB
1
in8 AC 19 ms 544 KB
1
in9 AC 22 ms 504 KB
1