# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
287982 | 2020-09-01T07:28:22 Z | 문홍윤(#5789) | JOIRIS (JOI16_joiris) | C++17 | 2 ms | 640 KB |
#include <bits/stdc++.h> #define eb emplace_back #define mp make_pair #define F first #define S second #define all(x) x.begin(), x.end() #define svec(x) sort(x.begin(), x.end()) #define press(x) x.erase(unique(x.begin(), x.end()), x.end()) using namespace std; typedef long long LL; typedef pair<int, int> pii; typedef pair<LL, LL> pll; typedef pair<int, LL> pil; typedef pair<LL, int> pli; const LL llinf=2e18; const int inf=1e9; vector<pii> ans; int n, k; int arr[60]; void put_vert(int x){ans.eb(1, x);} void put_hori(int x){ans.eb(2, x);} void erase_lin(){ int ernum=*min_element(arr+1, arr+n+1); for(int i=1; i<=n; i++)arr[i]-=ernum; } int main(){ scanf("%d %d", &n, &k); for(int i=1; i<=n; i++)scanf("%d", &arr[i]); for(int i=2; i<=n; i++){ while(arr[i]<arr[i-1]){ arr[i]+=k; put_vert(i); } } for(int i=1; i<=arr[n]; i++){ int l; for(int j=1; j<=n; j++){ if(arr[j]>=i){ l=j-1; break; } } while(1){ if(l-k+1<=0)break; put_hori(l-k+1); for(int j=l-k+1; j<=l; j++)arr[j]++; l-=k; } } for(int i=1; i<=k; i++){ for(int j=1; j<i; j++){ for(int j2=1; j2<=200; j2++){ arr[j]+=k; put_vert(j); } } erase_lin(); } int mx=0; for(int i=n%k+1; i<k; i++){ if(arr[i]%k)return !printf("-1"); mx=max(mx, arr[i]); } for(int i=n%k+1; i<=n; i++){ while(1){ if(arr[i]==mx)break; arr[i]+=k; put_vert(i); } } erase_lin(); mx=0; for(int i=1; i<=n%k; i++){ if(arr[i]%k!=arr[1]%k)return !printf("-1"); mx=max(mx, arr[i]); } for(int i=1; i<=n%k; i++){ while(1){ if(arr[i]==mx)break; arr[i]+=k; put_vert(i); } } for(int i=1; i<=arr[1]; i++){ for(int j=n%k+1; j<=n; j+=k){ put_hori(j); for(int j2=j; j2<j+k; j2++)arr[j2]++; } } erase_lin(); printf("%d\n", ans.size()); for(auto i:ans)printf("%d %d\n", i.F, i.S); }
Compilation message
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 1 ms | 384 KB | Output is correct |
2 | Correct | 0 ms | 384 KB | Output is correct |
3 | Correct | 1 ms | 384 KB | Output is correct |
4 | Correct | 0 ms | 256 KB | Output is correct |
5 | Correct | 0 ms | 384 KB | Output is correct |
6 | Correct | 1 ms | 384 KB | Output is correct |
7 | Correct | 2 ms | 512 KB | Output is correct |
8 | Incorrect | 2 ms | 560 KB | Integer 10025 violates the range [-1, 10000] |
9 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 1 ms | 384 KB | Output is correct |
2 | Correct | 1 ms | 384 KB | Output is correct |
3 | Correct | 1 ms | 384 KB | Output is correct |
4 | Correct | 1 ms | 384 KB | Output is correct |
5 | Incorrect | 2 ms | 640 KB | Integer 10376 violates the range [-1, 10000] |
6 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 1 ms | 384 KB | Output is correct |
2 | Correct | 0 ms | 384 KB | Output is correct |
3 | Correct | 1 ms | 384 KB | Output is correct |
4 | Correct | 0 ms | 256 KB | Output is correct |
5 | Correct | 0 ms | 384 KB | Output is correct |
6 | Correct | 1 ms | 384 KB | Output is correct |
7 | Correct | 2 ms | 512 KB | Output is correct |
8 | Incorrect | 2 ms | 560 KB | Integer 10025 violates the range [-1, 10000] |
9 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 1 ms | 384 KB | Output is correct |
2 | Correct | 0 ms | 384 KB | Output is correct |
3 | Correct | 1 ms | 384 KB | Output is correct |
4 | Correct | 0 ms | 256 KB | Output is correct |
5 | Correct | 0 ms | 384 KB | Output is correct |
6 | Correct | 1 ms | 384 KB | Output is correct |
7 | Correct | 2 ms | 512 KB | Output is correct |
8 | Incorrect | 2 ms | 560 KB | Integer 10025 violates the range [-1, 10000] |
9 | Halted | 0 ms | 0 KB | - |