# |
제출 시각 |
아이디 |
문제 |
언어 |
결과 |
실행 시간 |
메모리 |
282177 |
2020-08-24T05:46:32 Z |
임성재(#5755) |
기억 압축 (JOI15_memory) |
C++17 |
|
2972 ms |
284008 KB |
#include "Memory_lib.h"
#include<bits/stdc++.h>
using namespace std;
#define fast ios::sync_with_stdio(false); cin.tie(0);
#define fi first
#define se second
#define em emplace
#define eb emplace_back
#define mp make_pair
#define all(v) (v).begin(), (v).end()
typedef long long ll;
typedef pair<int,int> pii;
typedef pair<ll,ll> pll;
const int inf = 1e9 + 7;
const ll INF = 1e18;
int Memory(int N, int M) {
int a = M % 100;
int k = M / 100;
k %= N;
k++;
char x = Get(k);
if(x == '<') a++;
else a--;
if(a < 0) return -2;
if(k == N) return a == 0 ? -1 : -2;
return a + k * 100;
}
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Correct |
2956 ms |
283684 KB |
Output is correct |
2 |
Incorrect |
2972 ms |
283644 KB |
Wrong Answer [6] |
3 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Correct |
2956 ms |
283684 KB |
Output is correct |
2 |
Incorrect |
2972 ms |
283644 KB |
Wrong Answer [6] |
3 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Correct |
2956 ms |
283684 KB |
Output is correct |
2 |
Incorrect |
2972 ms |
283644 KB |
Wrong Answer [6] |
3 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Correct |
2956 ms |
283684 KB |
Output is correct |
2 |
Incorrect |
2972 ms |
283644 KB |
Wrong Answer [6] |
3 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Correct |
2916 ms |
284008 KB |
Output is correct |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Correct |
2956 ms |
283684 KB |
Output is correct |
2 |
Incorrect |
2972 ms |
283644 KB |
Wrong Answer [6] |
3 |
Halted |
0 ms |
0 KB |
- |