fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main()
  5. {
  6. int n;
  7. cin >> n;
  8. if (n = 2) cout << "aaaa";
  9.  
  10. return 0;
  11. }
  12.  
Success #stdin #stdout 0s 2688KB
stdin
Standard input is empty
stdout
aaaa