結果

問題 No.3051 cracked
ユーザー t33ft33f
提出日時 2019-04-01 23:49:12
言語 C++14
(gcc 12.3.0 + boost 1.83.0)
結果
AC  
実行時間 490 ms / 1,024 ms
コード長 694 bytes
コンパイル時間 498 ms
コンパイル使用メモリ 62,608 KB
実行使用メモリ 25,592 KB
平均クエリ数 3.00
最終ジャッジ日時 2024-07-22 23:49:54
合計ジャッジ時間 14,182 ms
ジャッジサーバーID
(参考情報)
judge1 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 473 ms
25,452 KB
testcase_01 AC 474 ms
25,196 KB
testcase_02 AC 484 ms
25,452 KB
testcase_03 AC 481 ms
25,196 KB
testcase_04 AC 477 ms
25,232 KB
testcase_05 AC 476 ms
24,848 KB
testcase_06 AC 475 ms
24,976 KB
testcase_07 AC 481 ms
25,360 KB
testcase_08 AC 476 ms
24,592 KB
testcase_09 AC 481 ms
24,848 KB
testcase_10 AC 490 ms
25,232 KB
testcase_11 AC 481 ms
24,976 KB
testcase_12 AC 479 ms
24,848 KB
testcase_13 AC 490 ms
24,976 KB
testcase_14 AC 477 ms
24,848 KB
testcase_15 AC 474 ms
25,232 KB
testcase_16 AC 479 ms
24,976 KB
testcase_17 AC 472 ms
24,848 KB
testcase_18 AC 467 ms
25,592 KB
testcase_19 AC 468 ms
24,848 KB
testcase_20 AC 461 ms
24,976 KB
testcase_21 AC 469 ms
24,848 KB
testcase_22 AC 471 ms
24,592 KB
testcase_23 AC 479 ms
25,232 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

#include <iostream>
#include <cstdio>
char s[10000], program[] = "#include <iostream>%c#include <cstdio>%cchar s[10000], program[] = %c%s%c;%cusing namespace std; int main(){sprintf(s, program, 10, 10, 34, program, 34, 10, 10, 10, 10, 10, 10); for (int i = 0; ; i++) { char c = getchar(); if (s[i] != c) { cout << i << endl << char(34) << s[i] << char(34) << endl << char(34) << c << char(34) << endl; return 0; } }}";
using namespace std; int main(){sprintf(s, program, 10, 10, 34, program, 34, 10, 10, 10, 10, 10, 10); for (int i = 0; ; i++) { char c = getchar(); if (s[i] != c) { cout << i << endl << char(34) << s[i] << char(34) << endl << char(34) << c << char(34) << endl; return 0; } }}
0