結果

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

ソースコード

diff #
raw source code

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

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