Problem twochoices
User loafie
Submission Time 2025-11-10 23:05:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

twochoices.cpp: In function ‘int main()’:
twochoices.cpp:31:5: error: expected ‘,’ or ‘;’ before ‘for’
31 | for (ll i = 0; i < s;i++){
| ^~~
twochoices.cpp:31:20: error: ‘i’ was not declared in this scope
31 | for (ll i = 0; i < s;i++){
| ^