結果
問題 | No.3019 ディープ・ソート |
ユーザー | ふっぴー |
提出日時 | 2017-04-02 11:57:53 |
言語 | C90 (gcc 11.4.0) |
結果 |
AC
|
実行時間 | 1 ms / 1,000 ms |
コード長 | 155 bytes |
コンパイル時間 | 120 ms |
コンパイル使用メモリ | 21,120 KB |
実行使用メモリ | 5,248 KB |
最終ジャッジ日時 | 2024-10-11 23:32:06 |
合計ジャッジ時間 | 440 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge4 |
(要ログイン)
ソースコード
#include <stdio.h> #include <string.h> #include <ctype.h> #include <math.h> #include <stdlib.h> #define INF 1000000000; int main(void){ printf("42\n"); }