結果
問題 | No.3051 cracked |
ユーザー | amorvincitomnia53 |
提出日時 | 2020-04-01 21:58:41 |
言語 | C++14 (gcc 12.3.0 + boost 1.83.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 371 bytes |
コンパイル時間 | 234 ms |
コンパイル使用メモリ | 30,080 KB |
実行使用メモリ | 25,544 KB |
平均クエリ数 | 2.33 |
最終ジャッジ日時 | 2024-07-17 03:22:50 |
合計ジャッジ時間 | 6,166 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge1 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | WA | - |
testcase_01 | AC | 197 ms
25,196 KB |
testcase_02 | AC | 193 ms
25,040 KB |
testcase_03 | WA | - |
testcase_04 | AC | 188 ms
25,232 KB |
testcase_05 | WA | - |
testcase_06 | AC | 190 ms
25,232 KB |
testcase_07 | AC | 190 ms
24,592 KB |
testcase_08 | AC | 192 ms
25,232 KB |
testcase_09 | AC | 192 ms
24,592 KB |
testcase_10 | WA | - |
testcase_11 | WA | - |
testcase_12 | WA | - |
testcase_13 | AC | 188 ms
25,232 KB |
testcase_14 | WA | - |
testcase_15 | WA | - |
testcase_16 | WA | - |
testcase_17 | AC | 192 ms
24,848 KB |
testcase_18 | WA | - |
testcase_19 | AC | 191 ms
24,976 KB |
testcase_20 | WA | - |
testcase_21 | WA | - |
testcase_22 | WA | - |
testcase_23 | WA | - |
ソースコード
#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))) //@"; int i = 0; char c; while ((c = fgetc(stdin)) != '@') { if(c != STR[i]) {printf("%d\n\"%c\"\n\"%c\"\n", i, STR[i], c); return 0;} i++;} } F(S2(F(INSERT))) //@