| Problem | addition |
|---|---|
| User | cap |
| Submission Time | 2023-10-29 20:20:33 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:6:12: error: unable to find numeric literal operator ‘operator""F’
6 | float x = 123F,
| ^~~~
addition.cpp:10:1: error: ‘sum’ was not declared in this scope
10 | sum = x + y;
| ^~~
addition.cpp:10:11: error: ‘y’ was not declared in this scope
10 | sum = x + y;
| ^