結果
| 問題 | No.597 concat |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2017-11-25 22:53:32 |
| 言語 | C90(gcc12) (gcc 12.4.0) |
| 結果 |
RE
(最新)
AC
(最初)
|
| 実行時間 | - |
| コード長 | 55 bytes |
| 記録 | |
| コンパイル時間 | 36 ms |
| コンパイル使用メモリ | 27,264 KB |
| 実行使用メモリ | 5,888 KB |
| 最終ジャッジ日時 | 2026-07-28 01:48:38 |
| 合計ジャッジ時間 | 1,084 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge3_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | RE * 3 |
| other | RE * 11 |
コンパイルメッセージ
/usr/bin/ld: /tmp/cclbxonb.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);}