結果
問題 |
No.477 MVP
|
ユーザー |
|
提出日時 | 2017-01-27 22:23:19 |
言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 354 bytes |
コンパイル時間 | 765 ms |
コンパイル使用メモリ | 82,152 KB |
実行使用メモリ | 5,248 KB |
最終ジャッジ日時 | 2024-12-23 16:02:38 |
合計ジャッジ時間 | 1,380 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 1 WA * 11 |
ソースコード
#include "iostream" #include "climits" #include "list" #include "queue" #include "set" #include "functional" #include "algorithm" #include "math.h" #include "utility" using namespace std; const long long int MOD = 1000000007; long long int N,K; long long int num; long long int sum; int main() { cin >> N>>K; cout << N / K + 1<<endl; return 0; }