結果
問題 |
No.388 階段 (1)
|
ユーザー |
|
提出日時 | 2021-02-13 05:36:12 |
言語 | C (gcc 13.3.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 146 bytes |
コンパイル時間 | 156 ms |
コンパイル使用メモリ | 27,264 KB |
実行使用メモリ | 6,944 KB |
最終ジャッジ日時 | 2024-07-20 06:47:18 |
合計ジャッジ時間 | 1,139 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 1 WA * 2 |
other | WA * 10 RE * 2 |
ソースコード
#include <stdio.h> int main(void){ long int N1,N2; scanf("%ld%ld",&N1,&N2); int N; printf("%d",N2/N1+1); return 0; }