結果

問題 No.8012 Catch C code
ユーザー kokoa1046
提出日時 2017-09-08 15:44:30
言語 Text
(cat 9.5)
コンパイル:
true
実行:
/usr/bin/cat _filename_
結果
AC  
実行時間 0 ms / 1,500 ms
コード長 63 bytes
記録
記録タグの例:
初AC ショートコード 純ショートコード 純主流ショートコード 最速実行時間
コンパイル時間 206 ms
コンパイル使用メモリ 8,228 KB
実行使用メモリ 6,400 KB
最終ジャッジ日時 2026-05-07 13:41:34
合計ジャッジ時間 1,057 ms
ジャッジサーバーID
(参考情報)
judge1_0 / judge2_0
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other AC * 1
権限があれば一括ダウンロードができます

ソースコード

diff #
raw source code

#include <stdio.h>
int main(){
	asm("call catch");
	return 0;
}
0