結果
| 問題 | No.354 メルセンヌ素数 |
| コンテスト | |
| ユーザー |
nxteru
|
| 提出日時 | 2017-03-31 18:00:51 |
| 言語 | C90(gcc12) (gcc 12.4.0) |
| 結果 |
AC
|
| 実行時間 | 1 ms / 1,000 ms |
| コード長 | 34 bytes |
| 記録 | |
| コンパイル時間 | 61 ms |
| コンパイル使用メモリ | 27,080 KB |
| 実行使用メモリ | 7,844 KB |
| 最終ジャッジ日時 | 2026-03-08 16:10:16 |
| 合計ジャッジ時間 | 665 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 1 |
| other | AC * 13 |
コンパイルメッセージ
/usr/bin/ld: /tmp/ccqGToeR.o: in function `main': main.c:(.text.startup+0x22): 警告: the `gets' function is dangerous and should not be used.
ソースコード
main(){char a[9];gets(a);puts(a);}
nxteru