結果
| 問題 | No.441 和か積 |
| コンテスト | |
| ユーザー |
testestest
|
| 提出日時 | 2016-11-12 00:20:13 |
| 言語 | C90(gcc12) (gcc 12.4.0) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 77 bytes |
| 記録 | |
| コンパイル時間 | 135 ms |
| コンパイル使用メモリ | 29,380 KB |
| 最終ジャッジ日時 | 2026-02-23 22:50:46 |
|
ジャッジサーバーID (参考情報) |
judge1 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 2 RE * 1 |
| other | AC * 15 RE * 15 |
コンパイルメッセージ
main.c:1:1: warning: data definition has no type or storage class
1 | a;main(b){a=scanf("%s%s",&a,&b)>putchar((a-49)*(b-49)-1?a<50|b<50?83:80:69);}
| ^
main.c: In function ‘main’:
main.c:1:13: warning: incompatible implicit declaration of built-in function ‘scanf’ [-Wbuiltin-declaration-mismatch]
1 | a;main(b){a=scanf("%s%s",&a,&b)>putchar((a-49)*(b-49)-1?a<50|b<50?83:80:69);}
| ^~~~~
main.c:1:1: note: include ‘<stdio.h>’ or provide a declaration of ‘scanf’
+++ |+#include <stdio.h>
1 | a;main(b){a=scanf("%s%s",&a,&b)>putchar((a-49)*(b-49)-1?a<50|b<50?83:80:69);}
main.c:1:21: warning: format ‘%s’ expects argument of type ‘char *’, but argument 2 has type ‘int *’ [-Wformat=]
1 | a;main(b){a=scanf("%s%s",&a,&b)>putchar((a-49)*(b-49)-1?a<50|b<50?83:80:69);}
| ~^ ~~
| | |
| | int *
| char *
| %ls
main.c:1:23: warning: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘int *’ [-Wformat=]
1 | a;main(b){a=scanf("%s%s",&a,&b)>putchar((a-49)*(b-49)-1?a<50|b<50?83:80:69);}
| ~^ ~~
| | |
| | int *
| char *
| %ls
ソースコード
a;main(b){a=scanf("%s%s",&a,&b)>putchar((a-49)*(b-49)-1?a<50|b<50?83:80:69);}
testestest