結果

問題 No.3019 ディープ・ソート
ユーザー ふっぴーふっぴー
提出日時 2017-04-02 11:58:42
言語 C90
(gcc 11.4.0)
結果
AC  
実行時間 1 ms / 1,000 ms
コード長 166 bytes
コンパイル時間 203 ms
コンパイル使用メモリ 21,248 KB
実行使用メモリ 6,816 KB
最終ジャッジ日時 2024-07-07 23:57:19
合計ジャッジ時間 831 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

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

ソースコード

diff #

#include <stdio.h>
#include <string.h>
#include <ctype.h>
#include <math.h>
#include <stdlib.h>
#define INF 1000000000;

int main(void){
	printf("42\n");
	return 0;
}
0