Problem | addition |
---|---|
User | Keiram09 |
Submission Time | 2023-11-07 13:19:36 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp:5:20: error: stray ‘\342’ in program
5 | for (int a = 0; a ≤ 1e9; a++) {
| ^
addition.cpp:5:21: error: stray ‘\211’ in program
5 | for (int a = 0; a ≤ 1e9; a++) {
| ^
addition.cpp:5:22: error: stray ‘\244’ in program
5 | for (int a = 0; a ≤ 1e9; a++) {
| ^
addition.cpp:6:21: error: stray ‘\342’ in program
6 | for (int b = 0; b ≤ 1e9; b++) {
| ^
addition.cpp:6:22: error: stray ‘\211’ in program
6 | for (int b = 0; b ≤ 1e9; b++) {
| ^
addition.cpp:6:23: error: stray ‘\244’ in program
6 | for (int b = 0; b ≤ 1e9; b++) {
| ^
addition.cpp: In function ‘int main()’:
addition.cpp:5:19: error: expected ‘;’ before numeric constant
5 | for (int a = 0; a ≤ 1e9; a++) {
| ^ ~~~
|