結果

問題 No.3057 A xor B = C
ユーザー butsurizukibutsurizuki
提出日時 2020-04-03 00:50:37
言語 C
(gcc 12.3.0)
結果
WA  
実行時間 -
コード長 24 bytes
コンパイル時間 1,531 ms
コンパイル使用メモリ 25,600 KB
実行使用メモリ 5,376 KB
最終ジャッジ日時 2024-06-28 15:28:01
合計ジャッジ時間 1,602 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 WA -
testcase_02 WA -
testcase_03 WA -
testcase_04 WA -
権限があれば一括ダウンロードができます
コンパイルメッセージ
main.c:1:1: warning: return type defaults to 'int' [-Wimplicit-int]
    1 | main(){puts("A xor B");}
      | ^~~~
main.c: In function 'main':
main.c:1:8: warning: implicit declaration of function 'puts' [-Wimplicit-function-declaration]
    1 | main(){puts("A xor B");}
      |        ^~~~
main.c:1:1: note: include '<stdio.h>' or provide a declaration of 'puts'
  +++ |+#include <stdio.h>
    1 | main(){puts("A xor B");}

ソースコード

diff #

main(){puts("A xor B");}
0