提出 #1278122


ソースコード 拡げる

#include "bits\stdc++.h"
using namespace std;


int main() {
	int a, b, c;
	if (c >= a && c <= b)cout << "Yes" << endl;
	else cout << "No" << endl;
	return 0;
}

提出情報

提出日時
問題 A - Between Two Integers
ユーザ awatanomiya
言語 C++14 (GCC 5.4.1)
得点 0
コード長 169 Byte
結果 CE

コンパイルエラー

./Main.cpp:1:25: fatal error: bits\stdc++.h: No such file or directory
 #include "bits\stdc++.h"
                         ^
compilation terminated.