結果
| 問題 |
No.438 Cwwプログラミング入門
|
| コンテスト | |
| ユーザー |
hanorver
|
| 提出日時 | 2016-10-29 15:15:06 |
| 言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
| 結果 |
AC
|
| 実行時間 | 50 ms / 2,000 ms |
| コード長 | 477 bytes |
| コンパイル時間 | 100 ms |
| コンパイル使用メモリ | 12,800 KB |
| 実行使用メモリ | 11,264 KB |
| 最終ジャッジ日時 | 2024-12-23 15:02:06 |
| 合計ジャッジ時間 | 7,838 ms |
|
ジャッジサーバーID (参考情報) |
judge4 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 98 |
コンパイルメッセージ
Main.py:17: SyntaxWarning: invalid decimal literal if v>=0and w>=0:
ソースコード
p=print
def f(g):p(g,end="")
from math import *
x,y,z=map(int,input().split())
v=w=t=6000;h=abs;r=range
if z==0:p("ccW");exit()
for a in r(-v,v):
b=z-a*x
if y:b//=y
if (a!=0 or b!=0)and a*x+b*y==z and h(a)+h(b)<t:t=h(a)+h(b);v=a;w=b
if t+t-1>10000:p("mourennaihasimasenn")
else:
s=v>0;l=r(h([v,w][s]));q=h([w,v][s])
for i in l:f("cw"[s])
for i in r(q):f("wc"[s])
for i in r(q-1):f("C")
if v>=0and w>=0:
for i in l:f("C")
else:
for i in r(h([v,w][w<0])):f("W")
p()
hanorver