結果

問題 No.608 God's Maze
ユーザー tailstails
提出日時 2017-12-08 01:15:13
言語 C
(gcc 12.3.0)
結果
AC  
実行時間 1,565 ms / 2,000 ms
コード長 276 bytes
コンパイル時間 1,368 ms
コンパイル使用メモリ 29,568 KB
実行使用メモリ 6,944 KB
最終ジャッジ日時 2024-05-07 05:31:30
合計ジャッジ時間 3,482 ms
ジャッジサーバーID
(参考情報)
judge3 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
6,812 KB
testcase_01 AC 1 ms
6,940 KB
testcase_02 AC 1 ms
6,940 KB
testcase_03 AC 1 ms
6,944 KB
testcase_04 AC 1 ms
6,944 KB
testcase_05 AC 1 ms
6,944 KB
testcase_06 AC 1 ms
6,944 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,944 KB
testcase_13 AC 1 ms
6,944 KB
testcase_14 AC 1 ms
6,944 KB
testcase_15 AC 1 ms
6,940 KB
testcase_16 AC 1 ms
6,944 KB
testcase_17 AC 1 ms
6,940 KB
testcase_18 AC 1 ms
6,940 KB
testcase_19 AC 1 ms
6,944 KB
testcase_20 AC 1 ms
6,944 KB
testcase_21 AC 1 ms
6,940 KB
testcase_22 AC 1 ms
6,944 KB
testcase_23 AC 1 ms
6,940 KB
testcase_24 AC 1 ms
6,940 KB
testcase_25 AC 1 ms
6,944 KB
testcase_26 AC 1 ms
6,940 KB
testcase_27 AC 1 ms
6,940 KB
testcase_28 AC 1 ms
6,940 KB
testcase_29 AC 1,565 ms
6,944 KB
testcase_30 AC 4 ms
6,944 KB
testcase_31 AC 2 ms
6,940 KB
testcase_32 AC 3 ms
6,940 KB
testcase_33 AC 4 ms
6,944 KB
testcase_34 AC 3 ms
6,940 KB
testcase_35 AC 1 ms
6,940 KB
testcase_36 AC 1 ms
6,944 KB
testcase_37 AC 2 ms
6,944 KB
testcase_38 AC 3 ms
6,940 KB
testcase_39 AC 2 ms
6,944 KB
testcase_40 AC 2 ms
6,940 KB
testcase_41 AC 2 ms
6,940 KB
testcase_42 AC 3 ms
6,944 KB
testcase_43 AC 2 ms
6,940 KB
testcase_44 AC 3 ms
6,940 KB
testcase_45 AC 3 ms
6,940 KB
testcase_46 AC 1 ms
6,944 KB
testcase_47 AC 1 ms
6,944 KB
testcase_48 AC 4 ms
6,940 KB
testcase_49 AC 2 ms
6,944 KB
testcase_50 AC 1 ms
6,940 KB
testcase_51 AC 1 ms
6,944 KB
testcase_52 AC 1 ms
6,940 KB
testcase_53 AC 1 ms
6,940 KB
testcase_54 AC 2 ms
6,940 KB
testcase_55 AC 1 ms
6,940 KB
testcase_56 AC 1 ms
6,944 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,944 KB
testcase_61 AC 1 ms
6,944 KB
testcase_62 AC 1 ms
6,944 KB
testcase_63 AC 1 ms
6,940 KB
testcase_64 AC 1 ms
6,940 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:11: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration]
    5 |         l=strlen(s);
      |           ^~~~~~
main.c:1:1: note: include '<string.h>' or provide a declaration of 

ソースコード

diff #

n;l;i;j;r1;r2;
char s[100010],t[100010];
main(){
	scanf("%d%s",&n,s);
	l=strlen(s);
	while(!r2){
		r2=r1;r1=0;
		for(i=0;i<l;++i)t[i]=s[r2?l-1-i:i];
		j=r2?l-n:n-1;
		for(i=0;i<l;)if(t[i]!='#')++i;
		else t[j-=j>i|j>l-2?:-1]^=13,i=i<j?i:j,++r1;
	}
	printf("%d",r1<r2?r1:r2);
}
0