結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 476 ms
24,812 KB
testcase_01 AC 493 ms
24,812 KB
testcase_02 AC 478 ms
24,812 KB
testcase_03 AC 477 ms
25,452 KB
testcase_04 AC 482 ms
24,844 KB
testcase_05 AC 480 ms
25,204 KB
testcase_06 AC 488 ms
25,360 KB
testcase_07 AC 483 ms
25,488 KB
testcase_08 AC 477 ms
24,848 KB
testcase_09 AC 475 ms
25,360 KB
testcase_10 AC 471 ms
24,976 KB
testcase_11 AC 478 ms
25,232 KB
testcase_12 AC 477 ms
24,592 KB
testcase_13 AC 472 ms
24,580 KB
testcase_14 AC 475 ms
24,976 KB
testcase_15 AC 474 ms
24,848 KB
testcase_16 AC 486 ms
25,488 KB
testcase_17 AC 482 ms
24,976 KB
testcase_18 AC 475 ms
24,848 KB
testcase_19 AC 475 ms
24,592 KB
testcase_20 AC 477 ms
24,848 KB
testcase_21 AC 482 ms
24,592 KB
testcase_22 AC 480 ms
24,592 KB
testcase_23 AC 482 ms
24,976 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); 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); 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