結果

問題 No.9000 Hello World! (テスト用)
ユーザー kroton
提出日時 2014-12-23 22:34:52
言語 C90
(gcc 12.4.0)
コンパイル:
gcc-12 -O2 -std=c90 -DONLINE_JUDGE -o a.out _filename_ -lm
実行:
./a.out
結果
RE  
(最新)
AC  
(最初)
実行時間 -
コード長 118 bytes
記録
記録タグの例:
初AC ショートコード 純ショートコード 純主流ショートコード 最速実行時間
コンパイル時間 172 ms
コンパイル使用メモリ 26,568 KB
最終ジャッジ日時 2026-02-23 18:04:12
ジャッジサーバーID
(参考情報)
judge2 / judge3
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other RE * 4
権限があれば一括ダウンロードができます
コンパイルメッセージ
/tmp/cctNf8ip.s: Assembler messages:
/tmp/cctNf8ip.s:34: Warning: ignoring changed section attributes for .text

ソースコード

diff #
raw source code

__attribute__((section(".text"))) main = 2425393296;
_() {
	__attribute__((destructor)) _(){ puts("Hello World!"); }
}
0