結果

問題 No.438 Cwwプログラミング入門
ユーザー nebukuro09nebukuro09
提出日時 2016-10-29 01:09:01
言語 PyPy2
(7.3.15)
結果
WA  
実行時間 -
コード長 971 bytes
コンパイル時間 249 ms
コンパイル使用メモリ 77,184 KB
実行使用メモリ 83,684 KB
最終ジャッジ日時 2024-11-24 22:45:32
合計ジャッジ時間 34,930 ms
ジャッジサーバーID
(参考情報)
judge1 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 77 ms
76,820 KB
testcase_01 AC 82 ms
77,088 KB
testcase_02 AC 585 ms
77,972 KB
testcase_03 AC 586 ms
77,960 KB
testcase_04 WA -
testcase_05 WA -
testcase_06 AC 587 ms
77,584 KB
testcase_07 AC 586 ms
77,856 KB
testcase_08 AC 86 ms
77,836 KB
testcase_09 AC 71 ms
76,700 KB
testcase_10 AC 144 ms
77,572 KB
testcase_11 AC 139 ms
78,104 KB
testcase_12 AC 99 ms
77,032 KB
testcase_13 AC 592 ms
77,712 KB
testcase_14 AC 91 ms
77,632 KB
testcase_15 AC 597 ms
77,592 KB
testcase_16 AC 78 ms
78,120 KB
testcase_17 AC 102 ms
78,112 KB
testcase_18 AC 596 ms
77,700 KB
testcase_19 AC 601 ms
77,624 KB
testcase_20 AC 85 ms
77,552 KB
testcase_21 AC 83 ms
77,576 KB
testcase_22 AC 145 ms
77,948 KB
testcase_23 AC 136 ms
77,848 KB
testcase_24 AC 603 ms
77,720 KB
testcase_25 AC 87 ms
77,728 KB
testcase_26 AC 109 ms
77,728 KB
testcase_27 AC 603 ms
77,596 KB
testcase_28 AC 68 ms
75,808 KB
testcase_29 AC 122 ms
76,588 KB
testcase_30 AC 595 ms
77,448 KB
testcase_31 AC 103 ms
77,112 KB
testcase_32 AC 118 ms
76,960 KB
testcase_33 AC 95 ms
76,952 KB
testcase_34 AC 124 ms
76,840 KB
testcase_35 AC 86 ms
77,964 KB
testcase_36 AC 83 ms
76,804 KB
testcase_37 AC 91 ms
77,608 KB
testcase_38 AC 585 ms
77,480 KB
testcase_39 AC 84 ms
77,084 KB
testcase_40 AC 586 ms
77,320 KB
testcase_41 AC 81 ms
76,608 KB
testcase_42 AC 105 ms
76,688 KB
testcase_43 AC 510 ms
77,884 KB
testcase_44 AC 79 ms
76,828 KB
testcase_45 AC 81 ms
76,836 KB
testcase_46 AC 86 ms
77,052 KB
testcase_47 AC 105 ms
76,808 KB
testcase_48 AC 390 ms
77,852 KB
testcase_49 AC 208 ms
77,596 KB
testcase_50 AC 593 ms
77,616 KB
testcase_51 AC 595 ms
78,204 KB
testcase_52 AC 108 ms
77,964 KB
testcase_53 AC 318 ms
77,944 KB
testcase_54 AC 598 ms
77,944 KB
testcase_55 AC 119 ms
77,832 KB
testcase_56 AC 163 ms
77,708 KB
testcase_57 AC 289 ms
77,976 KB
testcase_58 AC 597 ms
77,724 KB
testcase_59 AC 88 ms
78,140 KB
testcase_60 AC 181 ms
77,856 KB
testcase_61 AC 71 ms
76,452 KB
testcase_62 AC 600 ms
77,608 KB
testcase_63 AC 110 ms
77,960 KB
testcase_64 AC 120 ms
77,980 KB
testcase_65 AC 592 ms
77,632 KB
testcase_66 AC 111 ms
76,968 KB
testcase_67 AC 603 ms
77,484 KB
testcase_68 WA -
testcase_69 AC 174 ms
77,200 KB
testcase_70 AC 226 ms
76,972 KB
testcase_71 AC 245 ms
76,716 KB
testcase_72 AC 157 ms
77,200 KB
testcase_73 AC 245 ms
77,064 KB
testcase_74 AC 278 ms
76,960 KB
testcase_75 AC 169 ms
76,940 KB
testcase_76 WA -
testcase_77 AC 281 ms
76,984 KB
testcase_78 AC 598 ms
77,712 KB
testcase_79 AC 609 ms
77,720 KB
testcase_80 AC 597 ms
77,556 KB
testcase_81 AC 589 ms
77,320 KB
testcase_82 AC 598 ms
77,600 KB
testcase_83 AC 592 ms
77,608 KB
testcase_84 AC 592 ms
77,572 KB
testcase_85 AC 585 ms
77,580 KB
testcase_86 AC 590 ms
77,756 KB
testcase_87 AC 591 ms
77,432 KB
testcase_88 AC 124 ms
77,856 KB
testcase_89 AC 287 ms
78,124 KB
testcase_90 WA -
testcase_91 AC 130 ms
77,848 KB
testcase_92 WA -
testcase_93 WA -
testcase_94 AC 146 ms
76,812 KB
testcase_95 WA -
testcase_96 WA -
testcase_97 WA -
testcase_98 AC 594 ms
77,728 KB
testcase_99 AC 637 ms
77,732 KB
testcase_100 AC 409 ms
77,728 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

x, y, z = map(int, raw_input().split())

def print_ans(a, b, w):
    if a >= 0 and b <= 0:
        print ('w'*abs(b) + 'c'*abs(a) + 'C'*(abs(a)-1) + 'W'*abs(b))*w+'C'*(w-1)
    elif a <= 0 and b >= 0:
        print ('c'*abs(a) + 'w'*abs(b) + 'C'*(abs(b)-1) + 'W'*abs(a))*w+'C'*(w-1)
    else:
        print ('c'*(abs(a)-1) + 'w'*abs(b) + 'C'*(abs(a)+abs(b)-1))*w+'C'*(w-1)

for a in xrange(-5000, 5000):
    for b in xrange(-5000+abs(a), 5000-abs(a)):
        c = a*x+b*y
        if z == c == 0 and 2*(abs(a)+abs(b))-1 <= 10000:
            print_ans(a, b, 1)
            exit()
        if c > 0 and z % c == 0:
            if a != 0 or b != 0:
                w = z/c
                if (a<=0 or b <=0):
                    length = (2*(abs(a)+abs(b))-1)*w+w-1
                else:
                    length = (2*abs(a)+abs(b)-2)+w+w-1
                if length <= 10000:
                    print_ans(a, b, z/c)
                    exit()
print 'mourennaihasimasenn'
0