結果

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

ソースコード

diff #

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