Problem | dayum |
---|---|
User | MuhammadJana |
Submission Time | 2025-06-20 13:29:18 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
dayum.cpp: In function ‘int main()’:
dayum.cpp:5:25: error: expected initializer before ‘on’
5 | std::string message on non cpic days =print()"EKET";
| ^~
dayum.cpp:6:23: error: expected initializer before ‘non’
6 | std::string dates non cpic = "june 1-15" "june 21-30";
| ^~~
dayum.cpp:7:23: error: expected initializer before ‘on’
7 | std::string dates on cpic = "june 16-20";
| ^~
dayum.cpp:9:18: error: ‘message’ was not declared in this scope
9 | std::cout << message on non cpic days + date on non cpic days + dates on cpic<< std::endl;
| ^~~~~~~