#include <iostream>
using namespace std;
int main() {
if (20 > 18) {
cout << "20 大于 18";
}
return 0;