結果
| 問題 |
No.8012 Catch C code
|
| ユーザー |
|
| 提出日時 | 2015-09-01 11:28:43 |
| 言語 | Text (cat 8.3) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 116 bytes |
| コンパイル時間 | 220 ms |
| コンパイル使用メモリ | 6,816 KB |
| 実行使用メモリ | 6,816 KB |
| 最終ジャッジ日時 | 2024-07-18 17:24:50 |
| 合計ジャッジ時間 | 840 ms |
|
ジャッジサーバーID (参考情報) |
judge5 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | WA * 1 |
ソースコード
//-lc
//above will be passed to g++.
#include <stdio.h>
int main(){
//your code goes here
asm("call _catch");
}