結果
| 問題 | No.676 C0nvertPr0b1em |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2018-05-06 20:22:04 |
| 言語 | C90(gcc12) (gcc 12.4.0) |
| 結果 |
AC
|
| 実行時間 | 1 ms / 2,000 ms |
| コード長 | 115 bytes |
| 記録 | |
| コンパイル時間 | 91 ms |
| コンパイル使用メモリ | 29,256 KB |
| 実行使用メモリ | 7,844 KB |
| 最終ジャッジ日時 | 2026-03-08 16:16:53 |
| 合計ジャッジ時間 | 930 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge3 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 30 |
コンパイルメッセージ
/usr/bin/ld: /tmp/ccBFNXY4.o: in function `main': main.c:(.text.startup+0x26): 警告: the `gets' function is dangerous and should not be used.
ソースコード
main(i){char s[1001];gets(s);for(i=0;s[i]>0;i++)s[i]==73||s[i]==108?s[i]=49:s[i]==79||s[i]==111?s[i]=48:0;puts(s);}