結果
問題 | No.427 テレビ |
ユーザー | hirakich1048576 |
提出日時 | 2016-12-07 22:45:31 |
言語 | C90 (gcc 11.4.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 77 bytes |
コンパイル時間 | 70 ms |
コンパイル使用メモリ | 19,456 KB |
実行使用メモリ | 5,376 KB |
最終ジャッジ日時 | 2024-05-06 01:38:29 |
合計ジャッジ時間 | 552 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge2 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | WA | - |
testcase_01 | AC | 0 ms
5,248 KB |
testcase_02 | WA | - |
testcase_03 | AC | 1 ms
5,376 KB |
testcase_04 | AC | 1 ms
5,376 KB |
testcase_05 | WA | - |
testcase_06 | WA | - |
testcase_07 | WA | - |
testcase_08 | AC | 0 ms
5,376 KB |
testcase_09 | WA | - |
コンパイルメッセージ
main.c:2:1: warning: data definition has no type or storage class 2 | i,j;main(){scanf("%d%d"),puts(i<j?"YOKO":"TATE");return!1;} | ^ main.c:2:1: warning: type defaults to ‘int’ in declaration of ‘i’ [-Wimplicit-int] main.c:2:3: warning: type defaults to ‘int’ in declaration of ‘j’ [-Wimplicit-int] 2 | i,j;main(){scanf("%d%d"),puts(i<j?"YOKO":"TATE");return!1;} | ^ main.c:2:5: warning: return type defaults to ‘int’ [-Wimplicit-int] 2 | i,j;main(){scanf("%d%d"),puts(i<j?"YOKO":"TATE");return!1;} | ^~~~ main.c: In function ‘main’: main.c:2:20: warning: format ‘%d’ expects a matching ‘int *’ argument [-Wformat=] 2 | i,j;main(){scanf("%d%d"),puts(i<j?"YOKO":"TATE");return!1;} | ~^ | | | int * main.c:2:22: warning: format ‘%d’ expects a matching ‘int *’ argument [-Wformat=] 2 | i,j;main(){scanf("%d%d"),puts(i<j?"YOKO":"TATE");return!1;} | ~^ | | | int * main.c:2:12: warning: ignoring return value of ‘scanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 2 | i,j;main(){scanf("%d%d"),puts(i<j?"YOKO":"TATE");return!1;} | ^~~~~~~~~~~~~
ソースコード
#include<stdio.h> i,j;main(){scanf("%d%d"),puts(i<j?"YOKO":"TATE");return!1;}