結果

問題 No.3051 cracked
ユーザー amorvincitomnia53amorvincitomnia53
提出日時 2020-04-01 22:16:25
言語 C++14
(gcc 12.3.0 + boost 1.83.0)
結果
AC  
実行時間 207 ms / 1,024 ms
コード長 401 bytes
コンパイル時間 560 ms
コンパイル使用メモリ 30,976 KB
実行使用メモリ 25,488 KB
平均クエリ数 3.00
最終ジャッジ日時 2024-07-22 23:51:19
合計ジャッジ時間 6,975 ms
ジャッジサーバーID
(参考情報)
judge4 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

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

ソースコード

diff #

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