Run ID:117842
提交时间:2025-04-20 13:27:42
#include<bits/stdc++.h> using namespace std; int main() { int a,b,c; cin >> a >> b >>C; if (a>b>c) { cout << "YES"; } else { cout << "NO"; } return 0; }