結果
問題 |
No.1485 運賃
|
ユーザー |
|
提出日時 | 2023-07-05 21:10:08 |
言語 | C (gcc 13.3.0) |
結果 |
RE
|
実行時間 | - |
コード長 | 122 bytes |
コンパイル時間 | 712 ms |
コンパイル使用メモリ | 25,600 KB |
実行使用メモリ | 6,944 KB |
最終ジャッジ日時 | 2024-07-19 15:29:22 |
合計ジャッジ時間 | 3,040 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | RE * 2 |
other | RE * 5 |
ソースコード
#include <stdio.h> #include <stdlib.h> int main(void) { int m; scanf("%d", m); printf("%d\n", m); return 0; }