Problem add1_easy
User Mimikyu
Submission Time 2024-04-03 15:33:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

add1_easy.cpp: In function ‘int main()’:
add1_easy.cpp:2:13: error: ‘long’ specified with ‘float’
2 | #define int long float
| ^~~~
add1_easy.cpp:6:5: note: in expansion of macro ‘int’
6 | int x;
| ^~~
add1_easy.cpp:2:13: error: ‘long’ specified with ‘float’
2 | #define int long float
| ^~~~
add1_easy.cpp:8:9: note: in expansion of macro ‘int’
8 | for(int i=0;i<1000;i++){
| ^~~