View Code of Problem 3808

#include<iostream>
using namespace std;

int main()
{
  printf("xyxyxy
axybaxy
abcDEF
kkqwefnaisudcnqkjerbiuqgvakjnhhlai7uesohfqidnbclksajdbcaoi7ufncalkjueaksjdhc98q3hfklxksjncoiuhwirutgoeifvnsldknvwoiper
idncaxxnvcaaiencasdlfjeilsjxxlijewfljdd
kkkdefgdefgkkk
xxxxxxx
xxxa
xxa
ababbabvabb
itsallwrong
ottttttk
qweoikaqoeirxnkajsdxf
wqefasqerfdvonergj
letsclosethedoor\n
")
}
/*
Main.cc:6:10: warning: missing terminating " character
   printf("xyxyxy
          ^
Main.cc:6:3: error: missing terminating " character
   printf("xyxyxy
   ^
Main.cc:20:1: error: stray '\' in program
 letsclosethedoor\n
 ^
Main.cc:21:1: warning: missing terminating " character
 ")
 ^
Main.cc:21:1: error: missing terminating " character
Main.cc: In function 'int main()':
Main.cc:7:1: error: 'axybaxy' was not declared in this scope
 axybaxy
 ^
*/

Double click to view unformatted code.


Back to problem 3808