結果

問題 No.608 God's Maze
ユーザー tailstails
提出日時 2017-12-08 00:39:04
言語 C
(gcc 12.3.0)
結果
WA  
実行時間 -
コード長 478 bytes
コンパイル時間 168 ms
コンパイル使用メモリ 29,312 KB
実行使用メモリ 6,944 KB
最終ジャッジ日時 2024-05-06 19:41:45
合計ジャッジ時間 3,683 ms
ジャッジサーバーID
(参考情報)
judge1 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
6,812 KB
testcase_01 AC 0 ms
6,940 KB
testcase_02 AC 1 ms
6,940 KB
testcase_03 AC 1 ms
6,940 KB
testcase_04 AC 1 ms
6,944 KB
testcase_05 AC 1 ms
6,944 KB
testcase_06 AC 1 ms
6,940 KB
testcase_07 AC 1 ms
6,940 KB
testcase_08 AC 1 ms
6,940 KB
testcase_09 AC 1 ms
6,944 KB
testcase_10 AC 1 ms
6,944 KB
testcase_11 AC 1 ms
6,944 KB
testcase_12 AC 1 ms
6,940 KB
testcase_13 AC 1 ms
6,940 KB
testcase_14 AC 1 ms
6,940 KB
testcase_15 AC 1 ms
6,944 KB
testcase_16 AC 1 ms
6,944 KB
testcase_17 AC 1 ms
6,944 KB
testcase_18 AC 1 ms
6,940 KB
testcase_19 AC 1 ms
6,940 KB
testcase_20 AC 1 ms
6,944 KB
testcase_21 AC 1 ms
6,944 KB
testcase_22 AC 1 ms
6,940 KB
testcase_23 AC 1 ms
6,944 KB
testcase_24 AC 1 ms
6,944 KB
testcase_25 AC 1 ms
6,940 KB
testcase_26 AC 1 ms
6,944 KB
testcase_27 AC 1 ms
6,940 KB
testcase_28 AC 1 ms
6,944 KB
testcase_29 AC 1,829 ms
6,940 KB
testcase_30 AC 4 ms
6,944 KB
testcase_31 AC 3 ms
6,940 KB
testcase_32 AC 3 ms
6,944 KB
testcase_33 AC 4 ms
6,940 KB
testcase_34 AC 3 ms
6,940 KB
testcase_35 AC 2 ms
6,940 KB
testcase_36 AC 1 ms
6,940 KB
testcase_37 AC 2 ms
6,940 KB
testcase_38 AC 3 ms
6,940 KB
testcase_39 AC 2 ms
6,940 KB
testcase_40 AC 2 ms
6,940 KB
testcase_41 AC 2 ms
6,944 KB
testcase_42 AC 4 ms
6,940 KB
testcase_43 AC 2 ms
6,940 KB
testcase_44 AC 3 ms
6,944 KB
testcase_45 AC 3 ms
6,940 KB
testcase_46 AC 1 ms
6,944 KB
testcase_47 AC 1 ms
6,940 KB
testcase_48 AC 3 ms
6,940 KB
testcase_49 AC 2 ms
6,940 KB
testcase_50 AC 1 ms
6,940 KB
testcase_51 WA -
testcase_52 AC 1 ms
6,940 KB
testcase_53 AC 1 ms
6,944 KB
testcase_54 AC 1 ms
6,940 KB
testcase_55 AC 0 ms
6,940 KB
testcase_56 AC 1 ms
6,940 KB
testcase_57 AC 1 ms
6,940 KB
testcase_58 AC 1 ms
6,944 KB
testcase_59 AC 1 ms
6,944 KB
testcase_60 AC 1 ms
6,940 KB
testcase_61 AC 0 ms
6,944 KB
testcase_62 AC 1 ms
6,940 KB
testcase_63 AC 1 ms
6,940 KB
testcase_64 AC 1 ms
6,944 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
main.c:1:1: warning: data definition has no type or storage class
    1 | n;l;i;j;r1;r2;
      | ^
main.c:1:1: warning: type defaults to 'int' in declaration of 'n' [-Wimplicit-int]
main.c:1:3: warning: data definition has no type or storage class
    1 | n;l;i;j;r1;r2;
      |   ^
main.c:1:3: warning: type defaults to 'int' in declaration of 'l' [-Wimplicit-int]
main.c:1:5: warning: data definition has no type or storage class
    1 | n;l;i;j;r1;r2;
      |     ^
main.c:1:5: warning: type defaults to 'int' in declaration of 'i' [-Wimplicit-int]
main.c:1:7: warning: data definition has no type or storage class
    1 | n;l;i;j;r1;r2;
      |       ^
main.c:1:7: warning: type defaults to 'int' in declaration of 'j' [-Wimplicit-int]
main.c:1:9: warning: data definition has no type or storage class
    1 | n;l;i;j;r1;r2;
      |         ^~
main.c:1:9: warning: type defaults to 'int' in declaration of 'r1' [-Wimplicit-int]
main.c:1:12: warning: data definition has no type or storage class
    1 | n;l;i;j;r1;r2;
      |            ^~
main.c:1:12: warning: type defaults to 'int' in declaration of 'r2' [-Wimplicit-int]
main.c:3:1: warning: return type defaults to 'int' [-Wimplicit-int]
    3 | main(){
      | ^~~~
main.c: In function 'main':
main.c:4:9: warning: implicit declaration of function 'scanf' [-Wimplicit-function-declaration]
    4 |         scanf("%d%s",&n,s);
      |         ^~~~~
main.c:1:1: note: include '<stdio.h>' or provide a declaration of 'scanf'
  +++ |+#include <stdio.h>
    1 | n;l;i;j;r1;r2;
main.c:4:9: warning: incompatible implicit declaration of built-in function 'scanf' [-Wbuiltin-declaration-mismatch]
    4 |         scanf("%d%s",&n,s);
      |         ^~~~~
main.c:4:9: note: include '<stdio.h>' or provide a declaration of 'scanf'
main.c:5:9: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration]
    5 |         strcpy(t,s);
      |         ^~~~~~
main.c:1:1: note: include '<string.h>' or provide a declaration of 'st

ソースコード

diff #

n;l;i;j;r1;r2;
char s[100010],t[100010];
main(){
	scanf("%d%s",&n,s);
	strcpy(t,s);
	l=strlen(s);

	j=n-1;
	i=0;
	while(i<l){
		if(s[i]!='#'){
			++i;
		}else{
			if(i<j&&j>0){
				--j;
			}else{
				++j;
			}
			s[j]^='#'^'.';
			if(i>j){
				i=j;
			}
			++r1;
		}
	}
		
	j=n-1;
	i=l-1;
	while(i>=0){
		if(t[i]!='#'){
			--i;
		}else{
			if(i>j&&j<l-1){
				++j;
			}else{
				--j;
			}
			t[j]^='#'^'.';
			if(i<j){
				i=j;
			}
			++r2;
		}
	}
	printf("%d",r1<r2?r1:r2);
}
0