Problem palindromicfizzbuzz
User dev1634
Submission Time 2023-03-22 14:11:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

palindromicfizzbuzz.cpp: In function ‘int main()’:
palindromicfizzbuzz.cpp:6:11: error: expected unqualified-id before ‘/’ token
6 | long long /int one , two;
| ^
palindromicfizzbuzz.cpp:7:8: error: ‘one’ was not declared in this scope; did you mean ‘clone’?
7 | cin >> one >> two;
| ^~~
| clone
palindromicfizzbuzz.cpp:7:15: error: ‘two’ was not declared in this scope
7 | cin >> one >> two;
| ^~~