結果
問題 | No.438 Cwwプログラミング入門 |
ユーザー | しらっ亭 |
提出日時 | 2016-10-28 23:19:14 |
言語 | C++14 (gcc 12.3.0 + boost 1.83.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 3,419 bytes |
コンパイル時間 | 1,540 ms |
コンパイル使用メモリ | 172,672 KB |
実行使用メモリ | 813,332 KB |
最終ジャッジ日時 | 2024-11-24 19:50:38 |
合計ジャッジ時間 | 47,270 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge2 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 2 ms
6,816 KB |
testcase_01 | WA | - |
testcase_02 | AC | 2 ms
6,824 KB |
testcase_03 | AC | 2 ms
5,248 KB |
testcase_04 | AC | 2 ms
5,248 KB |
testcase_05 | AC | 2 ms
5,248 KB |
testcase_06 | AC | 2 ms
5,248 KB |
testcase_07 | AC | 2 ms
5,248 KB |
testcase_08 | WA | - |
testcase_09 | WA | - |
testcase_10 | WA | - |
testcase_11 | WA | - |
testcase_12 | WA | - |
testcase_13 | AC | 2 ms
5,248 KB |
testcase_14 | WA | - |
testcase_15 | AC | 2 ms
5,248 KB |
testcase_16 | WA | - |
testcase_17 | WA | - |
testcase_18 | AC | 2 ms
5,248 KB |
testcase_19 | AC | 2 ms
5,248 KB |
testcase_20 | WA | - |
testcase_21 | WA | - |
testcase_22 | WA | - |
testcase_23 | WA | - |
testcase_24 | AC | 2 ms
5,248 KB |
testcase_25 | WA | - |
testcase_26 | WA | - |
testcase_27 | AC | 2 ms
5,248 KB |
testcase_28 | AC | 2 ms
5,248 KB |
testcase_29 | AC | 2 ms
5,248 KB |
testcase_30 | AC | 2 ms
5,248 KB |
testcase_31 | WA | - |
testcase_32 | WA | - |
testcase_33 | WA | - |
testcase_34 | WA | - |
testcase_35 | WA | - |
testcase_36 | WA | - |
testcase_37 | WA | - |
testcase_38 | AC | 2 ms
5,248 KB |
testcase_39 | WA | - |
testcase_40 | AC | 2 ms
5,248 KB |
testcase_41 | WA | - |
testcase_42 | WA | - |
testcase_43 | AC | 1 ms
5,248 KB |
testcase_44 | WA | - |
testcase_45 | AC | 2 ms
5,248 KB |
testcase_46 | WA | - |
testcase_47 | WA | - |
testcase_48 | TLE | - |
testcase_49 | OLE | - |
testcase_50 | AC | 2 ms
5,248 KB |
testcase_51 | AC | 2 ms
5,248 KB |
testcase_52 | WA | - |
testcase_53 | WA | - |
testcase_54 | AC | 2 ms
5,248 KB |
testcase_55 | WA | - |
testcase_56 | OLE | - |
testcase_57 | WA | - |
testcase_58 | AC | 2 ms
5,248 KB |
testcase_59 | OLE | - |
testcase_60 | TLE | - |
testcase_61 | WA | - |
testcase_62 | AC | 2 ms
5,248 KB |
testcase_63 | WA | - |
testcase_64 | TLE | - |
testcase_65 | AC | 4 ms
5,120 KB |
testcase_66 | WA | - |
testcase_67 | AC | 2 ms
5,120 KB |
testcase_68 | WA | - |
testcase_69 | WA | - |
testcase_70 | WA | - |
testcase_71 | MLE | - |
testcase_72 | TLE | - |
testcase_73 | WA | - |
testcase_74 | WA | - |
testcase_75 | MLE | - |
testcase_76 | WA | - |
testcase_77 | TLE | - |
testcase_78 | AC | 3 ms
6,688 KB |
testcase_79 | AC | 2 ms
6,692 KB |
testcase_80 | AC | 2 ms
6,688 KB |
testcase_81 | AC | 2 ms
6,688 KB |
testcase_82 | TLE | - |
testcase_83 | TLE | - |
testcase_84 | AC | 3 ms
6,692 KB |
testcase_85 | AC | 2 ms
6,688 KB |
testcase_86 | MLE | - |
testcase_87 | TLE | - |
testcase_88 | AC | 4 ms
6,692 KB |
testcase_89 | AC | 2 ms
6,692 KB |
testcase_90 | AC | 2 ms
6,692 KB |
testcase_91 | AC | 2 ms
6,692 KB |
testcase_92 | AC | 2 ms
6,692 KB |
testcase_93 | RE | - |
testcase_94 | RE | - |
testcase_95 | OLE | - |
testcase_96 | OLE | - |
testcase_97 | WA | - |
testcase_98 | AC | 2 ms
6,692 KB |
testcase_99 | AC | 1 ms
6,688 KB |
testcase_100 | MLE | - |
ソースコード
#include <bits/stdc++.h> using namespace std; #define _p(...) (void)printf(__VA_ARGS__) #define forr(x,arr) for(auto&& x:arr) #define _overload3(_1,_2,_3,name,...) name #define _rep2(i,n) _rep3(i,0,n) #define _rep3(i,a,b) for(int i=int(a);i<int(b);++i) #define rep(...) _overload3(__VA_ARGS__,_rep3,_rep2,)(__VA_ARGS__) #define _rrep2(i,n) _rrep3(i,0,n) #define _rrep3(i,a,b) for(int i=int(b)-1;i>=int(a);i--) #define rrep(...) _overload3(__VA_ARGS__,_rrep3,_rrep2,)(__VA_ARGS__) #define all(x) (x).begin(), (x).end() #define bit(n) (1LL<<(n)) #define sz(x) ((int)(x).size()) #define fst first #define snd second using ll=long long;using pii=pair<int,int>;using vb=vector<bool>; using vi=vector<int>;using vvi=vector<vi>;using vvvi=vector<vvi>; using vl=vector<ll>;using vvl=vector<vl>;using vvvl=vector<vvl>; using vd=vector<double>;using vvd=vector<vd>;using vvvd=vector<vvd>; using vpii=vector<pii>;using vvpii=vector<vpii>;using vvvpii=vector<vvpii>; template <typename T> T read() {T t; cin >> t; return t;} // ax+by=gcd(a,b) を満たす x,y を求める。戻り値は gcd(a,b) long long extgcd(long long a, long long b, long long& x, long long& y) { long long g = a; x = 1; y = 0; if (b != 0) g = extgcd(b, a % b, y, x), y -= (a / b) * x; return g; } void panic() { cout << "mourennaihasimasenn" << endl; exit(0); } string minu(char c, int n) { string ret; rep(i, n) { ret += c; ret += 'W'; } return ret; } string neg(char c, int n) { string ret; rep(i, n+2) ret += c; rep(i, n) ret += 'C'; ret += 'W'; return ret; } string pos(char c, int n) { string ret; rep(i, n) ret += c; rep(i, n-1) ret += 'C'; return ret; } string solve() { int c = read<int>(); int w = read<int>(); int Z = read<int>(); ll nc, nw; ll g = extgcd(c, w, nc, nw); if (Z % g != 0) { panic(); } if (nc == 0 && nw == 0) { return ""; } //cout<<"g: "<<g<<endl; //cout<<"nc: "<<nc<<endl; //cout<<"nw: "<<nw<<endl; nc *= (Z/g); nw *= (Z/g); //cout<<"nc: "<<nc<<endl; //cout<<"nw: "<<nw<<endl; if (nc == 0) { if (nw < 0) { int len = 2 * -nw + 3; if (len > 10000) panic(); return neg('w', -nw); } else { int len = 2 * nw -1; if (len > 10000) panic(); return pos('w', nw); } } if (nw == 0) { if (nc < 0) { int len = 2 * -nc + 3; if (len > 10000) panic(); return neg('c', -nc); } else { int len = 2 * nc -1; if (len > 10000) panic(); return pos('c', nc); } } if (nc > 0 && nw > 0) { string ret; int len = 2 * nc - 1 + 2 * nw - 1 + 1; if (len > 10000) panic(); ret += pos('c', nc); ret += pos('w', nw); ret += 'C'; return ret; } if (nc > 0 && nw < 0) { string ret; int len = 2 * nc - 1 + 2 * nw; if (len > 10000) panic(); ret += pos('c', nc); ret += minu('w', -nw); return ret; } if (nc < 0 && nw > 0) { string ret; int len = 2 * nw - 1 + 2 * nc; if (len > 10000) panic(); ret += pos('w', nw); ret += minu('c', -nc); return ret; } if (nc < 0 && nw < 0) { string ret; int len = 2 * nc - 1 + 2 * nw; if (len > 10000) panic(); ret += neg('c', nc); ret += minu('w', -nw); return ret; } assert(false); } void Main() { cout << solve() << endl; } int main() { cin.tie(nullptr); ios::sync_with_stdio(false); Main(); return 0; }