結果

問題 No.3051 cracked
ユーザー くれちーくれちー
提出日時 2019-04-01 23:03:48
言語 C
(gcc 12.3.0)
結果
TLE  
実行時間 -
コード長 650 bytes
コンパイル時間 268 ms
コンパイル使用メモリ 28,160 KB
実行使用メモリ 45,484 KB
最終ジャッジ日時 2024-07-16 16:54:46
合計ジャッジ時間 4,674 ms
ジャッジサーバーID
(参考情報)
judge1 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 TLE -
testcase_01 -- -
testcase_02 -- -
testcase_03 -- -
testcase_04 -- -
testcase_05 -- -
testcase_06 -- -
testcase_07 -- -
testcase_08 -- -
testcase_09 -- -
testcase_10 -- -
testcase_11 -- -
testcase_12 -- -
testcase_13 -- -
testcase_14 -- -
testcase_15 -- -
testcase_16 -- -
testcase_17 -- -
testcase_18 -- -
testcase_19 -- -
testcase_20 -- -
testcase_21 -- -
testcase_22 -- -
testcase_23 -- -
権限があれば一括ダウンロードができます
コンパイルメッセージ
main.c: In function 'main':
main.c:1:521: warning: implicit declaration of function 'scanf' [-Wimplicit-function-declaration]
    1 | int main() { const char f0[] = { 37, 91, 94, 10, 93, 37, 42, 99, 0 }; const char f1[] = { 37, 100, 10, 34, 37, 99, 34, 10, 34, 37, 99, 34, 0 }; const char *code = "int main() { const char f0[] = { 37, 91, 94, 10, 93, 37, 42, 99, 0 }; const char f1[] = { 37, 100, 10, 34, 37, 99, 34, 10, 34, 37, 99, 34, 0 }; const char *code = %c%s%c; char s[650]; char t[650]; scanf(f0, s); sprintf(t, code, 34, code, 34); for (int i = 0; i < 650; ++i) { if (s[i] != t[i]) { printf(f1, i, t[i], s[i]); } } }"; char s[650]; char t[650]; scanf(f0, s); sprintf(t, code, 34, code, 34); for (int i = 0; i < 650; ++i) { if (s[i] != t[i]) { printf(f1, i, t[i], s[i]); } } }
      |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         ^~~~~
main.c:1:1: note: include '<stdio.h>' or provide a declaration of 'scanf'
  +++ |+#include <stdio.h>
    1 | int main() { const char f0[] = { 37, 91, 94, 10, 93, 37, 42, 99, 0 }; const char f1[] = { 37, 100, 10, 34, 37, 99, 34, 10, 34, 37, 99, 34, 0 }; const char *code = "int main() { const char f0[] = { 37, 91, 94, 10, 93, 37, 42, 99, 0 }; const char f1[] = { 37, 100, 10, 34, 37, 99, 34, 10, 34, 37, 99, 34, 0 }; const char *code = %c%s%c; char s[650]; char t[650]; scanf(f0, s); sprintf(t, code, 34, code, 34); for (int i = 0; i < 650; ++i) { if (s[i] != t[i]) { printf(f1, i, t[i], s[i]); } } }"; char s[650]; char t[650]; scanf(f0, s); sprintf(t, code, 34, code, 34); for (i

ソースコード

diff #

int main() { const char f0[] = { 37, 91, 94, 10, 93, 37, 42, 99, 0 }; const char f1[] = { 37, 100, 10, 34, 37, 99, 34, 10, 34, 37, 99, 34, 0 }; const char *code = "int main() { const char f0[] = { 37, 91, 94, 10, 93, 37, 42, 99, 0 }; const char f1[] = { 37, 100, 10, 34, 37, 99, 34, 10, 34, 37, 99, 34, 0 }; const char *code = %c%s%c; char s[650]; char t[650]; scanf(f0, s); sprintf(t, code, 34, code, 34); for (int i = 0; i < 650; ++i) { if (s[i] != t[i]) { printf(f1, i, t[i], s[i]); } } }"; char s[650]; char t[650]; scanf(f0, s); sprintf(t, code, 34, code, 34); for (int i = 0; i < 650; ++i) { if (s[i] != t[i]) { printf(f1, i, t[i], s[i]); } } }
0