# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
831599 | 2023-08-20T11:07:30 Z | KemalK | Martian DNA (IOI16_dna) | C++17 | 1 ms | 340 KB |
#include "dna.h" #include <bits/stdc++.h> #include <cstdlib> using namespace std; std::string analyse(int n, int t) { string ans = ""; // while(t--){ // if (ans.size() == 0){ // bool ok = make_test(ans + "0"); // bool ok2 = make_test(ans + "1"); // if (!ok){ // cout << "sa" << "\n"; // for (int i = 0; i < n; i++){ // ans += "1"; // } // return ans; // } // else if (!ok2){ // cout << "as" << "\n"; // for (int i = 0; i < n; i++){ // ans += "0"; // } // return ans; // } // } // } if (n <= 5){ bool ok = false; for (int mask = 0; mask < (1<<n) - 1; mask++){ string cur = ""; for (int j = 0; j < n; j++){ if (mask>>j&1){ cur += "1"; } else{ cur += "0"; } } ok = make_test(cur); if (ok){ return cur; } } if (!ok){ for(int i = 0; i < n; i++){ ans += "1"; } return ans; } } return ans; }
Compilation message
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 1 ms | 212 KB | Output is correct |
2 | Correct | 0 ms | 212 KB | Output is correct |
3 | Correct | 1 ms | 212 KB | Output is correct |
4 | Correct | 0 ms | 212 KB | Output is correct |
5 | Correct | 0 ms | 212 KB | Output is correct |
6 | Correct | 0 ms | 212 KB | Output is correct |
7 | Correct | 0 ms | 300 KB | Output is correct |
8 | Correct | 0 ms | 212 KB | Output is correct |
9 | Correct | 0 ms | 212 KB | Output is correct |
10 | Correct | 0 ms | 212 KB | Output is correct |
11 | Correct | 0 ms | 212 KB | Output is correct |
12 | Correct | 1 ms | 212 KB | Output is correct |
13 | Correct | 0 ms | 212 KB | Output is correct |
14 | Correct | 0 ms | 212 KB | Output is correct |
15 | Correct | 0 ms | 212 KB | Output is correct |
16 | Correct | 0 ms | 212 KB | Output is correct |
17 | Correct | 0 ms | 212 KB | Output is correct |
18 | Correct | 1 ms | 300 KB | Output is correct |
19 | Correct | 1 ms | 340 KB | Output is correct |
20 | Correct | 1 ms | 212 KB | Output is correct |
21 | Correct | 0 ms | 296 KB | Output is correct |
22 | Correct | 0 ms | 212 KB | Output is correct |
23 | Correct | 0 ms | 300 KB | Output is correct |
24 | Correct | 0 ms | 212 KB | Output is correct |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 0 ms | 212 KB | Output is correct |
2 | Correct | 0 ms | 212 KB | Output is correct |
3 | Correct | 0 ms | 212 KB | Output is correct |
4 | Correct | 0 ms | 212 KB | Output is correct |
5 | Correct | 0 ms | 212 KB | Output is correct |
6 | Correct | 1 ms | 212 KB | Output is correct |
7 | Incorrect | 0 ms | 212 KB | Unexpected end of file - token expected |
8 | Incorrect | 0 ms | 212 KB | Unexpected end of file - token expected |
9 | Incorrect | 0 ms | 212 KB | Unexpected end of file - token expected |
10 | Incorrect | 0 ms | 212 KB | Unexpected end of file - token expected |
11 | Incorrect | 0 ms | 212 KB | Unexpected end of file - token expected |
12 | Incorrect | 0 ms | 296 KB | Unexpected end of file - token expected |
13 | Incorrect | 0 ms | 296 KB | Unexpected end of file - token expected |
14 | Incorrect | 0 ms | 300 KB | Unexpected end of file - token expected |
15 | Incorrect | 0 ms | 300 KB | Unexpected end of file - token expected |
16 | Incorrect | 0 ms | 212 KB | Unexpected end of file - token expected |
17 | Incorrect | 0 ms | 296 KB | Unexpected end of file - token expected |
18 | Incorrect | 1 ms | 212 KB | Unexpected end of file - token expected |
19 | Incorrect | 0 ms | 212 KB | Unexpected end of file - token expected |
20 | Incorrect | 0 ms | 212 KB | Unexpected end of file - token expected |
21 | Incorrect | 0 ms | 212 KB | Unexpected end of file - token expected |
22 | Incorrect | 0 ms | 212 KB | Unexpected end of file - token expected |
23 | Incorrect | 1 ms | 212 KB | Unexpected end of file - token expected |
24 | Incorrect | 0 ms | 212 KB | Unexpected end of file - token expected |
25 | Incorrect | 0 ms | 212 KB | Unexpected end of file - token expected |
26 | Incorrect | 0 ms | 212 KB | Unexpected end of file - token expected |
27 | Incorrect | 0 ms | 212 KB | Unexpected end of file - token expected |
28 | Incorrect | 1 ms | 212 KB | Unexpected end of file - token expected |
29 | Incorrect | 0 ms | 296 KB | Unexpected end of file - token expected |
30 | Incorrect | 0 ms | 212 KB | Unexpected end of file - token expected |
31 | Incorrect | 1 ms | 300 KB | Unexpected end of file - token expected |
32 | Incorrect | 0 ms | 300 KB | Unexpected end of file - token expected |
33 | Incorrect | 0 ms | 212 KB | Unexpected end of file - token expected |
34 | Incorrect | 0 ms | 212 KB | Unexpected end of file - token expected |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 0 ms | 212 KB | Output is correct |
2 | Correct | 0 ms | 212 KB | Output is correct |
3 | Correct | 0 ms | 212 KB | Output is correct |
4 | Correct | 0 ms | 304 KB | Output is correct |
5 | Correct | 0 ms | 300 KB | Output is correct |
6 | Correct | 0 ms | 300 KB | Output is correct |
7 | Incorrect | 1 ms | 212 KB | Unexpected end of file - token expected |
8 | Incorrect | 0 ms | 212 KB | Unexpected end of file - token expected |
9 | Incorrect | 0 ms | 300 KB | Unexpected end of file - token expected |
10 | Incorrect | 0 ms | 300 KB | Unexpected end of file - token expected |
11 | Incorrect | 0 ms | 296 KB | Unexpected end of file - token expected |
12 | Incorrect | 0 ms | 296 KB | Unexpected end of file - token expected |
13 | Incorrect | 0 ms | 212 KB | Unexpected end of file - token expected |
14 | Incorrect | 0 ms | 212 KB | Unexpected end of file - token expected |
15 | Incorrect | 1 ms | 212 KB | Unexpected end of file - token expected |
16 | Incorrect | 0 ms | 212 KB | Unexpected end of file - token expected |
17 | Incorrect | 0 ms | 296 KB | Unexpected end of file - token expected |
18 | Incorrect | 0 ms | 212 KB | Unexpected end of file - token expected |
19 | Incorrect | 1 ms | 300 KB | Unexpected end of file - token expected |
20 | Incorrect | 0 ms | 212 KB | Unexpected end of file - token expected |
21 | Incorrect | 0 ms | 224 KB | Unexpected end of file - token expected |
22 | Incorrect | 1 ms | 212 KB | Unexpected end of file - token expected |
23 | Incorrect | 0 ms | 212 KB | Unexpected end of file - token expected |
24 | Incorrect | 0 ms | 304 KB | Unexpected end of file - token expected |
25 | Incorrect | 0 ms | 212 KB | Unexpected end of file - token expected |
26 | Incorrect | 0 ms | 212 KB | Unexpected end of file - token expected |
27 | Incorrect | 0 ms | 212 KB | Unexpected end of file - token expected |
28 | Incorrect | 1 ms | 212 KB | Unexpected end of file - token expected |
29 | Incorrect | 0 ms | 296 KB | Unexpected end of file - token expected |
30 | Incorrect | 0 ms | 212 KB | Unexpected end of file - token expected |
31 | Incorrect | 0 ms | 212 KB | Unexpected end of file - token expected |
32 | Incorrect | 0 ms | 212 KB | Unexpected end of file - token expected |
33 | Incorrect | 0 ms | 300 KB | Unexpected end of file - token expected |
34 | Incorrect | 0 ms | 296 KB | Unexpected end of file - token expected |
35 | Incorrect | 0 ms | 212 KB | Unexpected end of file - token expected |
36 | Incorrect | 0 ms | 296 KB | Unexpected end of file - token expected |
37 | Incorrect | 1 ms | 300 KB | Unexpected end of file - token expected |
38 | Incorrect | 0 ms | 300 KB | Unexpected end of file - token expected |
39 | Incorrect | 0 ms | 212 KB | Unexpected end of file - token expected |