Problem | palindromicfizzbuzz |
---|---|
User | Soysauce |
Submission Time | 2024-04-13 21:28:48 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
palindromicfizzbuzz.cpp: In function ‘int main()’:
palindromicfizzbuzz.cpp:17:5: error: ‘ios_base_syn_with_studo’ was not declared in this scope
17 | ios_base_syn_with_studo(0);cin.tie(0);cout.tie(0)
| ^~~~~~~~~~~~~~~~~~~~~~~
palindromicfizzbuzz.cpp:17:54: error: expected ‘;’ before ‘long’
17 | ios_base_syn_with_studo(0);cin.tie(0);cout.tie(0)
| ^
| ;
18 | long long S, E;
| ~~~~
palindromicfizzbuzz.cpp:19:12: error: ‘S’ was not declared in this scope
19 | cin >> S >> E;
| ^
palindromicfizzbuzz.cpp:19:17: error: ‘E’ was not declared in this scope
19 | cin >> S >> E;
| ^