結果

問題 No.773 コンテスト
ユーザー hirakich1000000007
提出日時 2019-04-01 13:41:27
言語 C
(gcc 13.3.0)
結果
WA  
実行時間 -
コード長 167 bytes
コンパイル時間 168 ms
コンパイル使用メモリ 27,648 KB
実行使用メモリ 6,824 KB
最終ジャッジ日時 2024-11-24 23:34:58
合計ジャッジ時間 1,953 ms
ジャッジサーバーID
(参考情報)
judge4 / judge3
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample WA * 2 RE * 1
other WA * 18 RE * 3
権限があれば一括ダウンロードができます

ソースコード

diff #

#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <unistd.h>
int main(void) {
    if (getpid() % 6 == 0) {
        abort();
    }
    return 0;
}
0