Submission #00004
ソースコード
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | #include<bits/stdc++.h> using namespace std; #define INF 1000000007 vector<pair< int , char > > i; int u[1111111]; int y[1111111]; int main(){ cin.tie(0); ios::sync_with_stdio( false ); int a,b,c,d=0,e=0,f=0; cin >>a>>b; for ( int n=0;n<a;n++){ cin >>c; d+=c; } for ( int n=0;n<11000000;n++){ if (d<=0) break ; d-=b,f+=2; } cout <<f-1<< '\n' ; return (0); } |
ステータス
項目 | データ |
---|---|
問題 | 0001 - ショッピングモールへのトンネル(Tunnel to shopping mall) |
ユーザー名 | ei1923 |
投稿日時 | 2019-09-06 16:05:08 |
言語 | C++14 |
状態 | Accepted |
得点 | 100 |
ソースコード長 | 402 Byte |
最大実行時間 | 29 ms |
最大メモリ使用量 | 688 KB |
セット
セット | 得点 | Cases | |
---|---|---|---|
1 | ALL | 100 / 100 | * |
テストケース
ファイル名 | 状態 | 実行時間 | メモリ使用量 | # |
---|---|---|---|---|
in01.txt | AC | 29 ms | 604 KB |
1
|
in02.txt | AC | 22 ms | 688 KB |
1
|
in03.txt | AC | 17 ms | 636 KB |
1
|
in04.txt | AC | 20 ms | 460 KB |
1
|
in05.txt | AC | 20 ms | 536 KB |
1
|