Problem | addition |
---|---|
User | ProfSingh |
Submission Time | 2024-11-07 09:58:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp:6:7: error: stray ‘\342’ in program
6 | [a,b ≤ 10^9];
| ^
addition.cpp:6:8: error: stray ‘\211’ in program
6 | [a,b ≤ 10^9];
| ^
addition.cpp:6:9: error: stray ‘\244’ in program
6 | [a,b ≤ 10^9];
| ^
addition.cpp: In function ‘int main()’:
addition.cpp:6:3: error: ‘a’ was not declared in this scope
6 | [a,b ≤ 10^9];
| ^
addition.cpp:6:5: error: ‘b’ was not declared in this scope
6 | [a,b ≤ 10^9];
| ^
addition.cpp:6:6: error: expected ‘,’ before numeric constant
6 | [a,b ≤ 10^9];
| ^ ~~
| ,
addition.cpp:6:11: error: expected identifier before numeric constant
6 | [a,b ≤ 10^9];
| ^~
addition.cpp: In lambda function:
addition.cpp:6:16: error: expected ‘{’ before ‘;’ token
6 | [a,b ≤ 10^9];
| ^