結果
| 問題 | No.354 メルセンヌ素数 |
| コンテスト | |
| ユーザー |
nxteru
|
| 提出日時 | 2017-03-31 18:00:51 |
| 言語 | C90(gcc12) (gcc 12.4.0) |
| 結果 |
AC
|
| 実行時間 | 0 ms / 1,000 ms |
| + 675µs | |
| コード長 | 34 bytes |
| 記録 | |
| コンパイル時間 | 35 ms |
| コンパイル使用メモリ | 26,240 KB |
| 実行使用メモリ | 5,888 KB |
| 最終ジャッジ日時 | 2026-07-28 01:37:07 |
| 合計ジャッジ時間 | 1,101 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge3_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 1 |
| other | AC * 13 |
コンパイルメッセージ
/usr/bin/ld: /tmp/ccnfioLw.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