結果

問題 No.3051 cracked
ユーザー maimai
提出日時 2019-01-22 20:44:42
言語 C
(gcc 12.3.0)
結果
AC  
実行時間 207 ms / 1,024 ms
コード長 887 bytes
コンパイル時間 214 ms
コンパイル使用メモリ 29,184 KB
実行使用メモリ 25,360 KB
平均クエリ数 3.00
最終ジャッジ日時 2024-07-22 23:47:33
合計ジャッジ時間 6,859 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 194 ms
25,168 KB
testcase_01 AC 193 ms
24,812 KB
testcase_02 AC 196 ms
25,324 KB
testcase_03 AC 194 ms
24,556 KB
testcase_04 AC 198 ms
25,232 KB
testcase_05 AC 199 ms
25,232 KB
testcase_06 AC 201 ms
25,232 KB
testcase_07 AC 202 ms
25,232 KB
testcase_08 AC 207 ms
24,592 KB
testcase_09 AC 206 ms
24,848 KB
testcase_10 AC 199 ms
24,848 KB
testcase_11 AC 201 ms
24,592 KB
testcase_12 AC 198 ms
25,232 KB
testcase_13 AC 201 ms
24,848 KB
testcase_14 AC 197 ms
24,976 KB
testcase_15 AC 200 ms
25,232 KB
testcase_16 AC 201 ms
24,848 KB
testcase_17 AC 204 ms
24,592 KB
testcase_18 AC 202 ms
24,976 KB
testcase_19 AC 205 ms
25,232 KB
testcase_20 AC 205 ms
25,360 KB
testcase_21 AC 206 ms
25,232 KB
testcase_22 AC 203 ms
24,976 KB
testcase_23 AC 204 ms
24,580 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

#include <stdio.h>            //^
const int W = 34;             //`
char buf[99][99];             //R
char vxor[99];               //aW
int main(){                  //aC
  int x,y,c;                 //aK
  int tx = 0, ty;             //H
  int hxor = 0;               //H
  x = y = 0;                 //aK
  while (c=getchar(),y < 26){ //Y
    if (c == '\n'){           //$
      if (hxor != 0) ty = y;  //]
      hxor = 0;              //aZ
      ++y; x = 0;            //aM
      continue; }             //G
    buf[y][x] = c;           //xM
    vxor[x++] ^= c;           //v
    hxor ^= c; }              //k
  while (vxor[tx] == 0) ++tx; //@
  c = vxor[tx]^buf[ty][tx];   //r
  printf("%d\n\"%c\"\n\"%c\"",//R
    tx+ty*W, c, buf[ty][tx]); //v
  return 0; }                 /*Y
x x                           | \
{gsf-----_-_---_---_-___--------{
*///p}-@tz'kI/!.O`)oP(un2R,lt.~p0



0