結果
問題 | No.8012 Catch C code |
ユーザー |
![]() |
提出日時 | 2015-09-01 03:37:57 |
言語 | Text (cat 8.3) |
結果 |
WA
|
実行時間 | - |
コード長 | 233 bytes |
コンパイル時間 | 27 ms |
コンパイル使用メモリ | 5,376 KB |
実行使用メモリ | 5,248 KB |
最終ジャッジ日時 | 2024-07-18 17:20:11 |
合計ジャッジ時間 | 1,981 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | WA * 1 |
ソースコード
#include <bits/stdc++.h>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(){auto fp = fopen("a.out","r");return 1;assert(fp != nullptr);}