結果

問題 No.3012 Catch C code
ユーザー tubo28tubo28
提出日時 2015-09-01 03:57:45
言語 Text
(cat 8.3)
結果
AC  
実行時間 1 ms / 1,500 ms
コード長 222 bytes
コンパイル時間 30 ms
コンパイル使用メモリ 6,684 KB
実行使用メモリ 5,248 KB
最終ジャッジ日時 2024-07-18 17:21:15
合計ジャッジ時間 1,793 ms
ジャッジサーバーID
(参考情報)
judge3 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
5,248 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