Submission #00001


ソースコード

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include<bits/stdc++.h>
#define REP(i, n) for(long long i = 0; i < n; ++i)
#define FOR(i, a, b) for(long long i = a; i < b; ++i)
#define F first
#define S second
#define OUT(x) cout << (x)
using namespace std;
using point = pair< int,int >;
using ll = long long;
int main() {
int n;
scanf("%d", &n);
printf("%d\n", n * 32);
return 0;
}

ステータス

項目 データ
問題 0001 - ワード
ユーザー名 Backspace
投稿日時 2018-08-07 09:00:35
言語 C++17
状態 Accepted
得点 3
ソースコード長 371 Byte
最大実行時間 36 ms
最大メモリ使用量 596 KB

セット

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

テストケース

ファイル名 状態 実行時間 メモリ使用量 #
in1.txt AC 36 ms 480 KB
1
in2.txt AC 20 ms 456 KB
1
in3.txt AC 25 ms 424 KB
1
in4.txt AC 25 ms 400 KB
1
in5.txt AC 20 ms 508 KB
1
in6.txt AC 23 ms 488 KB
1
in7.txt AC 25 ms 596 KB
1