結果

問題 No.438 Cwwプログラミング入門
ユーザー uzumakiyorumunnuzumakiyorumunn
提出日時 2017-06-10 04:40:37
言語 C++11
(gcc 11.4.0)
結果
WA  
実行時間 -
コード長 1,875 bytes
コンパイル時間 2,731 ms
コンパイル使用メモリ 62,740 KB
実行使用メモリ 4,348 KB
最終ジャッジ日時 2023-10-24 06:24:58
合計ジャッジ時間 61,762 ms
ジャッジサーバーID
(参考情報)
judge12 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 172 ms
4,348 KB
testcase_01 AC 160 ms
4,348 KB
testcase_02 AC 889 ms
4,348 KB
testcase_03 AC 905 ms
4,348 KB
testcase_04 AC 905 ms
4,348 KB
testcase_05 AC 906 ms
4,348 KB
testcase_06 AC 906 ms
4,348 KB
testcase_07 AC 904 ms
4,348 KB
testcase_08 AC 171 ms
4,348 KB
testcase_09 AC 271 ms
4,348 KB
testcase_10 AC 250 ms
4,348 KB
testcase_11 AC 232 ms
4,348 KB
testcase_12 AC 157 ms
4,348 KB
testcase_13 AC 774 ms
4,348 KB
testcase_14 AC 164 ms
4,348 KB
testcase_15 AC 1,029 ms
4,348 KB
testcase_16 AC 217 ms
4,348 KB
testcase_17 AC 154 ms
4,348 KB
testcase_18 AC 818 ms
4,348 KB
testcase_19 AC 909 ms
4,348 KB
testcase_20 AC 202 ms
4,348 KB
testcase_21 AC 172 ms
4,348 KB
testcase_22 AC 256 ms
4,348 KB
testcase_23 AC 235 ms
4,348 KB
testcase_24 AC 913 ms
4,348 KB
testcase_25 AC 201 ms
4,348 KB
testcase_26 AC 161 ms
4,348 KB
testcase_27 AC 823 ms
4,348 KB
testcase_28 WA -
testcase_29 WA -
testcase_30 AC 821 ms
4,348 KB
testcase_31 AC 164 ms
4,348 KB
testcase_32 WA -
testcase_33 WA -
testcase_34 WA -
testcase_35 WA -
testcase_36 WA -
testcase_37 WA -
testcase_38 AC 829 ms
4,348 KB
testcase_39 AC 163 ms
4,348 KB
testcase_40 AC 930 ms
4,348 KB
testcase_41 AC 184 ms
4,348 KB
testcase_42 AC 159 ms
4,348 KB
testcase_43 AC 906 ms
4,348 KB
testcase_44 AC 190 ms
4,348 KB
testcase_45 WA -
testcase_46 WA -
testcase_47 AC 165 ms
4,348 KB
testcase_48 AC 374 ms
4,348 KB
testcase_49 AC 360 ms
4,348 KB
testcase_50 AC 970 ms
4,348 KB
testcase_51 AC 399 ms
4,348 KB
testcase_52 AC 312 ms
4,348 KB
testcase_53 AC 305 ms
4,348 KB
testcase_54 AC 888 ms
4,348 KB
testcase_55 AC 414 ms
4,348 KB
testcase_56 AC 387 ms
4,348 KB
testcase_57 AC 319 ms
4,348 KB
testcase_58 AC 1,025 ms
4,348 KB
testcase_59 AC 318 ms
4,348 KB
testcase_60 AC 378 ms
4,348 KB
testcase_61 AC 310 ms
4,348 KB
testcase_62 AC 875 ms
4,348 KB
testcase_63 AC 383 ms
4,348 KB
testcase_64 AC 247 ms
4,348 KB
testcase_65 AC 957 ms
4,348 KB
testcase_66 AC 190 ms
4,348 KB
testcase_67 AC 924 ms
4,348 KB
testcase_68 WA -
testcase_69 AC 738 ms
4,348 KB
testcase_70 AC 719 ms
4,348 KB
testcase_71 AC 664 ms
4,348 KB
testcase_72 AC 722 ms
4,348 KB
testcase_73 AC 677 ms
4,348 KB
testcase_74 AC 803 ms
4,348 KB
testcase_75 AC 738 ms
4,348 KB
testcase_76 WA -
testcase_77 AC 733 ms
4,348 KB
testcase_78 AC 873 ms
4,348 KB
testcase_79 AC 881 ms
4,348 KB
testcase_80 AC 845 ms
4,348 KB
testcase_81 AC 1,003 ms
4,348 KB
testcase_82 AC 955 ms
4,348 KB
testcase_83 AC 849 ms
4,348 KB
testcase_84 AC 879 ms
4,348 KB
testcase_85 AC 986 ms
4,348 KB
testcase_86 AC 931 ms
4,348 KB
testcase_87 AC 926 ms
4,348 KB
testcase_88 WA -
testcase_89 WA -
testcase_90 AC 428 ms
4,348 KB
testcase_91 WA -
testcase_92 AC 426 ms
4,348 KB
testcase_93 WA -
testcase_94 AC 906 ms
4,348 KB
testcase_95 AC 352 ms
4,348 KB
testcase_96 AC 352 ms
4,348 KB
testcase_97 AC 651 ms
4,348 KB
testcase_98 AC 842 ms
4,348 KB
testcase_99 AC 827 ms
4,348 KB
testcase_100 AC 763 ms
4,348 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

#include<iostream>
#include<string>
#include<cmath>

using namespace std;

int main(){

	long long x,y,z;
	long long xc,yc,xc1,xc2,yc1,yc2;
	long long zz,zz1,zz2;
	long long tzz,txc,tyc;
	long long ccc=0;
	string ans;

	cin>>x>>y>>z;

	while(ccc<=20000){
		zz1=(ccc-10000)*y;
		xc1=0,yc1=ccc-10000;
		for(int i=0;i<30000;i++){
			if(zz1==z) break;
			else if(zz1>z){
				zz1-=y;
				yc1--;
			}
			else{
				zz1+=x;
				xc1++;
			}
		}
		zz2=(ccc-10000)*x;
		xc2=ccc-10000,yc2=0;
		for(int i=0;i<30000;i++){
			if(zz2==z) break;
			else if(zz2>z){
				zz2-=x;
				xc2--;
			}
			else{
				zz2+=y;
				yc2++;
			}
		}
		if(zz1!=z){
			zz=zz2;
			yc=yc2;
			xc=xc2;
		}
		else if(zz2!=z){
			zz=zz1;
			yc=yc1;
			xc=xc1;
		}
		else if(abs(xc1)+abs(yc1)<abs(xc2)+abs(yc2)){
			zz=zz1;
			yc=yc1;
			xc=xc1;
		}
		else{
			zz=zz2;
			yc=yc2;
			xc=xc2;
		}
		if(ccc==0){
			tzz=zz;
			tyc=yc;
			txc=xc;
		}else{
			long long azz,ayc,axc;
			if(zz!=z){
				azz=tzz;
				ayc=tyc;
				axc=txc;
			}
			else if(tzz!=z){
				azz=zz;
				ayc=yc;
				axc=xc;
			}
			else if(abs(txc)+abs(tyc)<abs(xc)+abs(yc)){
				azz=tzz;
				ayc=tyc;
				axc=txc;
			}
			else{
				azz=zz;
				ayc=yc;
				axc=xc;
			}
			
			tzz=azz;
			tyc=ayc;
			txc=axc;
		}
		ccc++;
	}
	tzz=zz;
	tyc=yc;
	txc=xc;
	if(zz!=z) printf("NO\n");
	else{
		ans="";
		if(xc<0){
			for(int i=0;i<-xc;i++){
				ans+="c";
			}
			for(int i=0;i<-xc-1;i++){
				ans+="C";
			}
		}
		if(yc<0){
			for(int i=0;i<-yc;i++){
				ans+="w";
			}
			for(int i=0;i<-yc-1;i++){
				ans+="C";
			}
		}
		if(xc>0){
			for(int i=0;i<xc;i++){
				ans+="c";
			}
			for(int i=0;i<xc-1;i++){
				ans+="C";
			}
		}
		if(yc>0){
			for(int i=0;i<yc;i++){
				ans+="w";
			}
			for(int i=0;i<yc-1;i++){
				ans+="C";
			}
		}
		if(xc<0||yc<0) ans+="W";
		else ans+="C";

		if(ans.size()<=10000) cout<<ans<<endl;
		else cout<<"NO"<<endl;
	}
}
0