結果

問題 No.3051 cracked
ユーザー t33ft33f
提出日時 2019-04-01 23:54:58
言語 C++14
(gcc 12.3.0 + boost 1.83.0)
結果
AC  
実行時間 398 ms / 1,024 ms
コード長 654 bytes
コンパイル時間 443 ms
コンパイル使用メモリ 63,520 KB
実行使用メモリ 24,348 KB
平均クエリ数 3.00
最終ジャッジ日時 2023-09-30 05:55:19
合計ジャッジ時間 11,305 ms
ジャッジサーバーID
(参考情報)
judge15 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 380 ms
24,060 KB
testcase_01 AC 379 ms
24,300 KB
testcase_02 AC 385 ms
23,352 KB
testcase_03 AC 372 ms
23,820 KB
testcase_04 AC 381 ms
24,000 KB
testcase_05 AC 371 ms
24,312 KB
testcase_06 AC 380 ms
23,652 KB
testcase_07 AC 374 ms
23,832 KB
testcase_08 AC 384 ms
23,616 KB
testcase_09 AC 377 ms
23,400 KB
testcase_10 AC 372 ms
23,832 KB
testcase_11 AC 384 ms
23,820 KB
testcase_12 AC 377 ms
23,400 KB
testcase_13 AC 391 ms
23,652 KB
testcase_14 AC 386 ms
23,364 KB
testcase_15 AC 385 ms
24,036 KB
testcase_16 AC 384 ms
23,364 KB
testcase_17 AC 396 ms
23,988 KB
testcase_18 AC 390 ms
23,820 KB
testcase_19 AC 389 ms
23,640 KB
testcase_20 AC 398 ms
24,012 KB
testcase_21 AC 380 ms
24,348 KB
testcase_22 AC 378 ms
23,436 KB
testcase_23 AC 383 ms
24,000 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