結果
問題 | No.8012 Catch C code |
ユーザー |
![]() |
提出日時 | 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 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 1 |
ソースコード
//-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");}