結果

問題 No.3051 cracked
ユーザー amorvincitomnia53amorvincitomnia53
提出日時 2020-04-01 22:26:16
言語 C++14
(gcc 12.3.0 + boost 1.83.0)
結果
AC  
実行時間 172 ms / 1,024 ms
コード長 293 bytes
コンパイル時間 139 ms
コンパイル使用メモリ 29,920 KB
実行使用メモリ 24,432 KB
平均クエリ数 3.00
最終ジャッジ日時 2023-09-30 05:53:50
合計ジャッジ時間 5,937 ms
ジャッジサーバーID
(参考情報)
judge15 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 171 ms
23,988 KB
testcase_01 AC 168 ms
24,000 KB
testcase_02 AC 167 ms
23,820 KB
testcase_03 AC 169 ms
24,336 KB
testcase_04 AC 170 ms
23,640 KB
testcase_05 AC 171 ms
23,364 KB
testcase_06 AC 170 ms
24,000 KB
testcase_07 AC 170 ms
23,520 KB
testcase_08 AC 172 ms
24,288 KB
testcase_09 AC 170 ms
23,988 KB
testcase_10 AC 169 ms
23,424 KB
testcase_11 AC 169 ms
23,652 KB
testcase_12 AC 169 ms
23,976 KB
testcase_13 AC 171 ms
23,988 KB
testcase_14 AC 172 ms
24,432 KB
testcase_15 AC 170 ms
23,520 KB
testcase_16 AC 172 ms
23,400 KB
testcase_17 AC 170 ms
24,348 KB
testcase_18 AC 171 ms
24,060 KB
testcase_19 AC 169 ms
23,556 KB
testcase_20 AC 170 ms
23,616 KB
testcase_21 AC 168 ms
23,544 KB
testcase_22 AC 168 ms
24,000 KB
testcase_23 AC 169 ms
23,424 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

#include <stdio.h>
#define S(x) #x
#define T(x) S(x)
#define F(X) int main(){const char s[] = "#include <stdio.h>\n#define S(x) #x\n#define T(x) S(x)\n#define F(X) " X"\nF(T(F(X)))";for(int i=0;;i++){char c=fgetc(stdin);if(c!=s[i]){printf("%d\n\"%c\"\n\"%c\"",i,s[i],c);return 0;}}}
F(T(F(X)))
0