Run ID:117814

提交时间:2025-04-20 13:03:50

#include<bits/stdc++.h> using namespace std; int main() { int a; if (a > 0) { cout<<"yes"; } else { cout<<"no"; } return 0; }