結果
| 問題 | No.441 和か積 |
| コンテスト | |
| ユーザー |
testestest
|
| 提出日時 | 2016-11-28 04:07:25 |
| 言語 | C90(gcc12) (gcc 12.4.0) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 110 bytes |
| 記録 | |
| コンパイル時間 | 178 ms |
| コンパイル使用メモリ | 29,252 KB |
| 最終ジャッジ日時 | 2026-02-23 23:01:03 |
|
ジャッジサーバーID (参考情報) |
judge5 / judge5 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | RE * 3 |
| other | RE * 30 |
コンパイルメッセージ
/usr/bin/ld: /tmp/cc6DRXuv.o: in function `main': main.c:(.text.startup+0x12): 警告: the `gets' function is dangerous and should not be used.
ソースコード
char*t,s[999];long a;main(b){a=strtol(gets(s),&t,0);a>9?a=9:0;b=atoi(t);a=!putchar(a*b-a-b?a*b<a+b?83:80:69);}
testestest