Submission #31307

# Submission time Handle Problem Language Result Execution time Memory
31307 2017-08-17T23:44:29 Z imaxblue Pipes (BOI13_pipes) C++14
0 / 100
93 ms 3972 KB
#include <bits/stdc++.h>
using namespace std;
#define ll long long
#define mp make_pair
#define pb push_back
#define x first
#define y second
#define pii pair<int, int>
#define p3i pair<pii, int>
#define pll pair<ll, ll>
#define p3l pair<pll, ll>
#define lseg L, (L+R)/2, N*2+1
#define rseg (L+R)/2+1, R, N*2+2
#define ub upper_bound
#define lb lower_bound
#define pq priority_queue
#define MN 1000000007
#define fox(zqfmgb, x) for (int zqfmgb=0; zqfmgb<x; ++zqfmgb)
#define fox1(zqfmgb, x) for (int zqfmgb=1; zqfmgb<=x; ++zqfmgb)
#define foxr(zqfmgb, x) for (int zqfmgb=x-1; zqfmgb>=0; --zqfmgb)
#define fox1r(zqfmgb, x) for (int zqfmgb=x; zqfmgb>0; --zqfmgb)
#define ms multiset
#define flood(x) memset(x, 0x3f3f3f3f, sizeof x)
#define drain(x) memset(x, 0, sizeof x)

int n, m, f[500005];
int main(){
    cin >> n >> m;
    for (int l=0; l<m; ++l){
        f[l]*=2;
        cout << f[l] << endl;
    }
    return 0;
}
# Verdict Execution time Memory Grader output
1 Incorrect 0 ms 3972 KB Output isn't correct
2 Incorrect 0 ms 3972 KB Output isn't correct
3 Incorrect 0 ms 3972 KB Output isn't correct
4 Runtime error 46 ms 3972 KB Execution timed out (wall clock limit exceeded)
5 Incorrect 0 ms 3972 KB Output isn't correct
6 Incorrect 0 ms 3972 KB Output isn't correct
7 Incorrect 0 ms 3972 KB Output isn't correct
8 Incorrect 0 ms 3972 KB Output isn't correct
9 Incorrect 0 ms 3972 KB Output isn't correct
10 Incorrect 6 ms 3972 KB Output isn't correct
11 Incorrect 3 ms 3972 KB Output isn't correct
12 Incorrect 3 ms 3972 KB Output isn't correct
13 Runtime error 73 ms 3972 KB Execution timed out (wall clock limit exceeded)
14 Incorrect 93 ms 3972 KB Output isn't correct
15 Incorrect 86 ms 3972 KB Output isn't correct
16 Runtime error 63 ms 3972 KB Execution timed out (wall clock limit exceeded)
17 Runtime error 89 ms 3972 KB Execution timed out (wall clock limit exceeded)
18 Incorrect 66 ms 3972 KB Output isn't correct
19 Runtime error 73 ms 3972 KB Execution timed out (wall clock limit exceeded)
20 Incorrect 0 ms 3972 KB Output isn't correct
21 Incorrect 3 ms 3972 KB Output isn't correct
22 Runtime error 69 ms 3972 KB Execution timed out (wall clock limit exceeded)
23 Incorrect 63 ms 3972 KB Output isn't correct
24 Runtime error 73 ms 3972 KB Execution timed out (wall clock limit exceeded)
25 Incorrect 79 ms 3972 KB Output isn't correct
# Verdict Execution time Memory Grader output
1 Incorrect 0 ms 3972 KB Output isn't correct
2 Incorrect 3 ms 3972 KB Output isn't correct
3 Runtime error 43 ms 3972 KB Execution timed out (wall clock limit exceeded)
4 Incorrect 56 ms 3972 KB Output isn't correct
5 Runtime error 39 ms 3972 KB Execution timed out (wall clock limit exceeded)
6 Runtime error 66 ms 3972 KB Execution timed out (wall clock limit exceeded)
7 Incorrect 0 ms 3972 KB Output isn't correct
8 Incorrect 0 ms 3972 KB Output isn't correct
9 Incorrect 0 ms 3972 KB Output isn't correct
10 Incorrect 0 ms 3972 KB Output isn't correct
11 Incorrect 0 ms 3972 KB Output isn't correct
12 Incorrect 0 ms 3972 KB Output isn't correct
13 Incorrect 3 ms 3972 KB Output isn't correct
14 Incorrect 0 ms 3972 KB Output isn't correct
15 Incorrect 3 ms 3972 KB Output isn't correct
16 Incorrect 0 ms 3972 KB Output isn't correct
17 Incorrect 0 ms 3972 KB Output isn't correct
18 Incorrect 3 ms 3972 KB Output isn't correct
19 Incorrect 0 ms 3972 KB Output isn't correct
20 Incorrect 0 ms 3972 KB Output isn't correct
21 Incorrect 0 ms 3972 KB Output isn't correct
22 Incorrect 3 ms 3972 KB Output isn't correct
23 Incorrect 36 ms 3972 KB Output isn't correct
24 Runtime error 36 ms 3972 KB Execution timed out (wall clock limit exceeded)
25 Runtime error 33 ms 3972 KB Execution timed out (wall clock limit exceeded)
26 Incorrect 59 ms 3972 KB Output isn't correct
27 Runtime error 33 ms 3972 KB Execution timed out (wall clock limit exceeded)
28 Runtime error 23 ms 3972 KB Execution timed out (wall clock limit exceeded)
29 Runtime error 63 ms 3972 KB Execution timed out (wall clock limit exceeded)
30 Runtime error 19 ms 3972 KB Execution timed out (wall clock limit exceeded)
31 Runtime error 23 ms 3972 KB Execution timed out (wall clock limit exceeded)
32 Incorrect 93 ms 3972 KB Output isn't correct
33 Runtime error 63 ms 3972 KB Execution timed out (wall clock limit exceeded)
34 Incorrect 59 ms 3972 KB Output isn't correct
35 Runtime error 23 ms 3972 KB Execution timed out (wall clock limit exceeded)
36 Runtime error 46 ms 3972 KB Execution timed out (wall clock limit exceeded)
37 Runtime error 46 ms 3972 KB Execution timed out (wall clock limit exceeded)
38 Incorrect 69 ms 3972 KB Output isn't correct
39 Runtime error 59 ms 3972 KB Execution timed out (wall clock limit exceeded)
40 Runtime error 43 ms 3972 KB Execution timed out (wall clock limit exceeded)
41 Runtime error 53 ms 3972 KB Execution timed out (wall clock limit exceeded)
42 Runtime error 23 ms 3972 KB Execution timed out (wall clock limit exceeded)
43 Runtime error 66 ms 3972 KB Execution timed out (wall clock limit exceeded)
44 Runtime error 93 ms 3972 KB Execution timed out (wall clock limit exceeded)
45 Runtime error 79 ms 3972 KB Execution timed out (wall clock limit exceeded)
46 Runtime error 29 ms 3972 KB Execution timed out (wall clock limit exceeded)
47 Runtime error 56 ms 3972 KB Execution timed out (wall clock limit exceeded)
48 Runtime error 53 ms 3972 KB Execution timed out (wall clock limit exceeded)
49 Runtime error 56 ms 3972 KB Execution timed out (wall clock limit exceeded)
50 Incorrect 73 ms 3972 KB Output isn't correct
51 Runtime error 43 ms 3972 KB Execution timed out (wall clock limit exceeded)
52 Runtime error 63 ms 3972 KB Execution timed out (wall clock limit exceeded)
53 Runtime error 36 ms 3972 KB Execution timed out (wall clock limit exceeded)
54 Runtime error 76 ms 3972 KB Execution timed out (wall clock limit exceeded)