結果

問題 No.3012 Catch C code
ユーザー 👑 NachiaNachia
提出日時 2020-10-20 18:44:49
言語 Text
(cat 8.3)
結果
WA  
実行時間 -
コード長 113 bytes
コンパイル時間 47 ms
コンパイル使用メモリ 5,216 KB
実行使用メモリ 4,380 KB
最終ジャッジ日時 2023-09-28 13:45:29
合計ジャッジ時間 1,705 ms
ジャッジサーバーID
(参考情報)
judge12 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

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

ソースコード

diff #

//-static
//above will be passed to g++.

#include <stdio.h>

void catch();

int main(){
  catch();
  return 0;
}
0