結果

問題 No.3012 Catch C code
ユーザー tubo28tubo28
提出日時 2015-09-01 03:57:45
言語 Text
(cat 8.3)
結果
AC  
実行時間 2 ms / 1,500 ms
コード長 222 bytes
コンパイル時間 47 ms
コンパイル使用メモリ 5,212 KB
実行使用メモリ 4,376 KB
最終ジャッジ日時 2023-09-25 21:36:44
合計ジャッジ時間 1,943 ms
ジャッジサーバーID
(参考情報)
judge13 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

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

ソースコード

diff #

//-static
#include <cstdio>
#include <string>
#include <iostream>
using namespace std;
typedef long long ll;
#define loop(i,a,b) for(ll i=(a);i<ll(b);i++)
#define rep(i,b) loop(i,0,b)

int main(){
    asm("call catch");
}
0