結果
| 問題 | No.9000 Hello World! (テスト用) |
| ユーザー |
|
| 提出日時 | 2014-12-23 22:34:52 |
| 言語 | C90(gcc12) (gcc 12.4.0) |
| 結果 |
RE
(最新)
AC
(最初)
|
| 実行時間 | - |
| コード長 | 118 bytes |
| 記録 | |
| コンパイル時間 | 34 ms |
| コンパイル使用メモリ | 25,984 KB |
| 実行使用メモリ | 5,888 KB |
| 最終ジャッジ日時 | 2026-07-23 20:45:48 |
| 合計ジャッジ時間 | 943 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge3_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | RE * 4 |
コンパイルメッセージ
/tmp/ccelvxAL.s: Assembler messages: /tmp/ccelvxAL.s:34: Warning: ignoring changed section attributes for .text
ソースコード
__attribute__((section(".text"))) main = 2425393296;
_() {
__attribute__((destructor)) _(){ puts("Hello World!"); }
}