結果

問題 No.46 はじめのn歩
ユーザー forestref
提出日時 2019-03-03 16:53:37
言語 C++11(廃止可能性あり)
(gcc 13.3.0)
結果
WA  
実行時間 -
コード長 149 bytes
コンパイル時間 439 ms
コンパイル使用メモリ 57,672 KB
実行使用メモリ 6,948 KB
最終ジャッジ日時 2024-06-23 13:15:46
合計ジャッジ時間 925 ms
ジャッジサーバーID
(参考情報)
judge5 / judge4
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other AC * 4 WA * 6
権限があれば一括ダウンロードができます

ソースコード

diff #

	#include <iostream>	
	#include <vector>	
	#include <string>	
		
	using namespace std;	
		int a,b;
	int main() {	
cin>>a>>b;
cout<<b+(a-1)/a<<endl;
}
0