답안 #493670

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
493670 2021-12-12T14:19:41 Z _Monkey_ Brunhilda’s Birthday (BOI13_brunhilda) C++17
0 / 100
124 ms 262148 KB
#include<bits/stdc++.h>
using namespace std;

#define ll long long
#define el '\n'
#define ld long double
const int maxn=1e8+1,nn=1e5+1;

int f[maxn],oo,a[nn],n,m,q,p;
int take(int z){
    if(f[z]>=0) return f[z];
    f[z]=oo;
    for(int i=0;i<m;++i) if(z%a[i]!=0) f[z]=min(f[z],take(z-z%a[i])+1);
    return f[z];
}
int main(){
    //freopen("T.INP","r",stdin);
    //freopen("T.OUT","w",stdout);
    ios_base::sync_with_stdio(0);cin.tie(0);
    memset(f,-1,sizeof f);
    oo=1e9;
    f[0]=0;
    cin >> m >> q;
    for(int i=0;i<m;++i) cin >> a[i];
    while(q--){
        cin >> n;
        p=take(n);
        if(p>=oo) cout << 'o' << 'o' << el;
        else cout << p << el;
    }
    return 0;
}
# 결과 실행 시간 메모리 Grader output
1 Runtime error 105 ms 262148 KB Execution killed with signal 9
2 Runtime error 106 ms 262148 KB Execution killed with signal 9
3 Runtime error 101 ms 262148 KB Execution killed with signal 9
4 Runtime error 102 ms 262148 KB Execution killed with signal 9
5 Runtime error 107 ms 262148 KB Execution killed with signal 9
6 Runtime error 100 ms 262148 KB Execution killed with signal 9
7 Runtime error 104 ms 262148 KB Execution killed with signal 9
8 Runtime error 96 ms 262148 KB Execution killed with signal 9
9 Runtime error 102 ms 262148 KB Execution killed with signal 9
10 Runtime error 105 ms 262148 KB Execution killed with signal 9
11 Runtime error 100 ms 262148 KB Execution killed with signal 9
12 Runtime error 106 ms 262148 KB Execution killed with signal 9
13 Runtime error 103 ms 262148 KB Execution killed with signal 9
14 Runtime error 123 ms 262148 KB Execution killed with signal 9
15 Runtime error 101 ms 262148 KB Execution killed with signal 9
16 Runtime error 105 ms 262148 KB Execution killed with signal 9
17 Runtime error 106 ms 262148 KB Execution killed with signal 9
18 Runtime error 110 ms 262148 KB Execution killed with signal 9
# 결과 실행 시간 메모리 Grader output
1 Runtime error 124 ms 262148 KB Execution killed with signal 9
2 Runtime error 112 ms 262148 KB Execution killed with signal 9
3 Runtime error 99 ms 262148 KB Execution killed with signal 9
4 Runtime error 105 ms 262148 KB Execution killed with signal 9
5 Runtime error 114 ms 262148 KB Execution killed with signal 9
6 Runtime error 103 ms 262148 KB Execution killed with signal 9
7 Runtime error 107 ms 262148 KB Execution killed with signal 9
8 Runtime error 98 ms 262148 KB Execution killed with signal 9
9 Runtime error 103 ms 262148 KB Execution killed with signal 9
10 Runtime error 102 ms 262148 KB Execution killed with signal 9
11 Runtime error 102 ms 262148 KB Execution killed with signal 9
12 Runtime error 104 ms 262148 KB Execution killed with signal 9
13 Runtime error 114 ms 262148 KB Execution killed with signal 9
14 Runtime error 107 ms 262148 KB Execution killed with signal 9
15 Runtime error 99 ms 262148 KB Execution killed with signal 9
16 Runtime error 102 ms 262148 KB Execution killed with signal 9
17 Runtime error 106 ms 262148 KB Execution killed with signal 9
18 Runtime error 101 ms 262148 KB Execution killed with signal 9
# 결과 실행 시간 메모리 Grader output
1 Runtime error 103 ms 262148 KB Execution killed with signal 9
2 Runtime error 117 ms 262148 KB Execution killed with signal 9
3 Runtime error 102 ms 262148 KB Execution killed with signal 9
4 Runtime error 100 ms 262148 KB Execution killed with signal 9
5 Runtime error 108 ms 262148 KB Execution killed with signal 9
6 Runtime error 103 ms 262148 KB Execution killed with signal 9
7 Runtime error 101 ms 262148 KB Execution killed with signal 9
8 Runtime error 100 ms 262148 KB Execution killed with signal 9
9 Runtime error 95 ms 262148 KB Execution killed with signal 9
10 Runtime error 97 ms 262148 KB Execution killed with signal 9
11 Runtime error 101 ms 262148 KB Execution killed with signal 9
12 Runtime error 98 ms 262148 KB Execution killed with signal 9
13 Runtime error 104 ms 262148 KB Execution killed with signal 9
14 Runtime error 98 ms 262148 KB Execution killed with signal 9
15 Runtime error 106 ms 262148 KB Execution killed with signal 9
16 Runtime error 102 ms 262148 KB Execution killed with signal 9
17 Runtime error 103 ms 262148 KB Execution killed with signal 9
18 Runtime error 106 ms 262148 KB Execution killed with signal 9
19 Runtime error 101 ms 262148 KB Execution killed with signal 9
20 Runtime error 100 ms 262148 KB Execution killed with signal 9
21 Runtime error 112 ms 262148 KB Execution killed with signal 9
22 Runtime error 107 ms 262148 KB Execution killed with signal 9
23 Runtime error 102 ms 262148 KB Execution killed with signal 9
24 Runtime error 103 ms 262148 KB Execution killed with signal 9
25 Runtime error 97 ms 262148 KB Execution killed with signal 9
26 Runtime error 100 ms 262148 KB Execution killed with signal 9
27 Runtime error 102 ms 262148 KB Execution killed with signal 9
28 Runtime error 103 ms 262148 KB Execution killed with signal 9
29 Runtime error 107 ms 262148 KB Execution killed with signal 9
30 Runtime error 100 ms 262148 KB Execution killed with signal 9
31 Runtime error 107 ms 262148 KB Execution killed with signal 9
32 Runtime error 108 ms 262148 KB Execution killed with signal 9
33 Runtime error 116 ms 262148 KB Execution killed with signal 9
34 Runtime error 105 ms 262148 KB Execution killed with signal 9
35 Runtime error 103 ms 262148 KB Execution killed with signal 9
36 Runtime error 109 ms 262148 KB Execution killed with signal 9
37 Runtime error 112 ms 262148 KB Execution killed with signal 9
38 Runtime error 101 ms 262148 KB Execution killed with signal 9
39 Runtime error 111 ms 262148 KB Execution killed with signal 9
40 Runtime error 106 ms 262148 KB Execution killed with signal 9
41 Runtime error 109 ms 262148 KB Execution killed with signal 9
42 Runtime error 103 ms 262148 KB Execution killed with signal 9