#include <bits/stdc++.h> using namespace std;
//main int main() { int a, b, c; cin >> a >> b >> c; if (a == b - 1 || c == b + 1) { cout << "TRUE" << endl; } else { cout << "FALSE" << endl; }
return 0;
} 为什么这个只得80分?
使用您的 蒙青创OJ 通用账户