#include "Memory_lib.h"
#include <bits/stdc++.h>
using namespace std;
int Memory(int n, int m) {
if (n % 2 == 1) {
return -2;
}
int bruh = 0, val;
if (m % 100 + 1 > n) {
return 0;
}
char now = Get(m % 100 + 1);
if (now == '<') {
bruh++;
}
bruh += (m / 100);
if (bruh > 201) {
return 0;
}
if (2 * bruh < (m % 100 + 1)) {
return -2;
}
if (m % 100 == n - 1) {
if (2 * bruh == n) {
return -1;
} else {
return -2;
}
}
val = (m % 100) + (bruh * 100) + 1;
return val;
}
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Correct |
1247 ms |
283984 KB |
Output is correct |
2 |
Incorrect |
1254 ms |
283984 KB |
Wrong Answer [6] |
3 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Correct |
1247 ms |
283984 KB |
Output is correct |
2 |
Incorrect |
1254 ms |
283984 KB |
Wrong Answer [6] |
3 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Correct |
1247 ms |
283984 KB |
Output is correct |
2 |
Incorrect |
1254 ms |
283984 KB |
Wrong Answer [6] |
3 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Correct |
1247 ms |
283984 KB |
Output is correct |
2 |
Incorrect |
1254 ms |
283984 KB |
Wrong Answer [6] |
3 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Correct |
1370 ms |
283988 KB |
Output is correct |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Correct |
1247 ms |
283984 KB |
Output is correct |
2 |
Incorrect |
1254 ms |
283984 KB |
Wrong Answer [6] |
3 |
Halted |
0 ms |
0 KB |
- |