fork download
  1. #include <iostream>
  2. using namespace std;
  3. int main()
  4. {
  5. cout<<"ZDRAVO"<<endl;
  6. cout<<"JAS SUM UCENIK OD 6TO ODD"<<endl;
  7. cout<<"DENES IMAME INFORMATIKA"<<endl;
  8. return 0;
  9. }
Success #stdin #stdout 0s 5312KB
stdin
Standard input is empty
stdout
ZDRAVO
JAS SUM UCENIK OD 6TO ODD
DENES IMAME INFORMATIKA