結果
| 問題 | No.597 concat |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2017-11-25 22:53:32 |
| 言語 | C90(gcc12) (gcc 12.4.0) |
| 結果 |
RE
(最新)
AC
(最初)
|
| 実行時間 | - |
| コード長 | 55 bytes |
| 記録 | |
| コンパイル時間 | 104 ms |
| コンパイル使用メモリ | 28,104 KB |
| 実行使用メモリ | 7,848 KB |
| 最終ジャッジ日時 | 2026-03-08 16:15:00 |
| 合計ジャッジ時間 | 683 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge3 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | RE * 3 |
| other | RE * 11 |
コンパイルメッセージ
/usr/bin/ld: /tmp/ccauHwWT.o: in function `main': main.c:(.text.startup+0x14): 警告: the `gets' function is dangerous and should not be used.
ソースコード
main(a){for(gets(&a);a=getchar(),~a;)a-10&&putchar(a);}