Problem | modsum |
---|---|
User | samantha32072 |
Submission Time | 2023-02-16 20:45:15 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
modsum.cpp: In function ‘int main()’:
modsum.cpp:11:19: error: expected primary-expression before ‘)’ token
11 | for(i=1,i<=n,i++;){
| ^
modsum.cpp:11:19: error: expected ‘;’ before ‘)’ token
11 | for(i=1,i<=n,i++;){
| ^
| ;