結果

問題 No.3012 Catch C code
ユーザー alpha_virginisalpha_virginis
提出日時 2015-08-31 01:08:54
言語 Text
(cat 8.3)
結果
AC  
実行時間 2 ms / 1,500 ms
コード長 105 bytes
コンパイル時間 41 ms
コンパイル使用メモリ 5,216 KB
実行使用メモリ 4,380 KB
最終ジャッジ日時 2023-09-25 20:02:19
合計ジャッジ時間 725 ms
ジャッジサーバーID
(参考情報)
judge12 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
4,380 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

//

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