fork download
  1. #include <bits/stdc++.h>
  2.  
  3. using namespace std;
  4.  
  5. int main() {
  6. long long c;
  7. cin >> c;
  8.  
  9. cout << "yes"<< endl;
  10. cout << "no" << endl;
  11.  
  12. return 0;
  13. }
Success #stdin #stdout 0s 5324KB
stdin
Standard input is empty
stdout
yes
no