fork download
  1. #include <iostream>
  2. using namespace std;
  3. int main() {
  4. cout<<"popa";
  5. int a=6,b=7;
  6. cout<<a<<b;
  7. cout<<"пака кирюха спокойной ночки зайка";
  8.  
  9.  
  10. return 0;
  11. }
Success #stdin #stdout 0.01s 5324KB
stdin
Standard input is empty
stdout
popa67пака кирюха спокойной ночки зайка