Problem | sumint |
---|---|
User | ZHAOZIJIAN |
Submission Time | 2023-08-11 21:06:54 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp:2:9: error: no macro name given in #define directive
2 | #define
| ^
sumint.cpp: In function ‘int main()’:
sumint.cpp:10:7: error: ‘i’ was not declared in this scope
10 | for (i=0;i<Nnums;i++) {
| ^