結果

問題 No.8019 ディープ・ソート
ユーザー mono1977
提出日時 2017-04-01 01:22:28
言語 C90
(gcc 12.3.0)
結果
AC  
実行時間 0 ms / 1,000 ms
コード長 181 bytes
コンパイル時間 338 ms
コンパイル使用メモリ 20,736 KB
実行使用メモリ 5,248 KB
最終ジャッジ日時 2024-07-07 15:04:50
合計ジャッジ時間 560 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other AC * 1
権限があれば一括ダウンロードができます

ソースコード

diff #

#include <math.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <assert.h>
#include <limits.h>
#include <stdbool.h>

int main(){
puts("42");
	
    return 0;
}
0