結果
| 問題 | No.8012 Catch C code |
| ユーザー |
kokoa1046
|
| 提出日時 | 2017-09-08 15:41:32 |
| 言語 | Text (cat 9.5) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 118 bytes |
| 記録 | |
| コンパイル時間 | 236 ms |
| コンパイル使用メモリ | 8,100 KB |
| 実行使用メモリ | 7,972 KB |
| 最終ジャッジ日時 | 2026-05-07 13:41:24 |
| 合計ジャッジ時間 | 2,633 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge3_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | WA * 1 |
ソースコード
//-static
//above will be passed to g++.
#include <stdio.h>
int main(){
//your code goes here
__asm call catch
}
kokoa1046