結果

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

ソースコード

diff #
raw source code

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

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