Problem palindromicfizzbuzz
User harish208
Submission Time 2023-02-07 11:51:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

palindromicfizzbuzz.cpp: In function ‘int main(int, const char**)’:
palindromicfizzbuzz.cpp:4:5: error: ‘cin’ was not declared in this scope
4 | cin >> E >> S;
| ^~~
palindromicfizzbuzz.cpp:6:9: error: ‘cout’ was not declared in this scope
6 | cout << "Palindrome!";
| ^~~~