結果

問題 No.8012 Catch C code
ユーザー Grenache
提出日時 2015-09-07 20:08:13
言語 Text
(cat 9.5)
コンパイル:
true
実行:
/usr/bin/cat _filename_
結果
AC  
実行時間 1 ms / 1,500 ms
コード長 112 bytes
記録
記録タグの例:
初AC ショートコード 純ショートコード 純主流ショートコード 最速実行時間
コンパイル時間 35 ms
コンパイル使用メモリ 7,972 KB
実行使用メモリ 28,068 KB
最終ジャッジ日時 2026-04-02 14:17:15
合計ジャッジ時間 523 ms
ジャッジサーバーID
(参考情報)
judge5_0 / judge3_0
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other AC * 1
権限があれば一括ダウンロードができます

ソースコード

diff #
raw source code

//
//above will be passed to g++.

#include <stdio.h>
int main(){
  //your code goes here
  asm("call catch");
}
0