Problem dayum
User HOK
Submission Time 2026-03-07 10:15:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

dayum.cpp: In function ‘int main()’:
dayum.cpp:8:9: error: redeclaration of ‘std::string greeting’
8 | string greeting="EKET"
| ^~~~~~~~
dayum.cpp:6:9: note: ‘std::string greeting’ previously declared here
6 | string greeting;
| ^~~~~~~~
dayum.cpp:14:9: error: ‘EKET’ was not declared in this scope
14 | cout<<EKET;
| ^~~~
dayum.cpp:26:9: error: ‘EKET’ was not declared in this scope
26 | cout<<EKET;
| ^~~~