Problem mathexam
User RendezvousAnonymous
Submission Time 2024-01-19 14:45:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

mathexam.cpp: In function ‘int main()’:
mathexam.cpp:8:18: error: two or more data types in declaration of ‘a’
8 | double float a, b, store, store1;
| ^
mathexam.cpp:8:21: error: two or more data types in declaration of ‘b’
8 | double float a, b, store, store1;
| ^
mathexam.cpp:8:24: error: two or more data types in declaration of ‘store’
8 | double float a, b, store, store1;
| ^~~~~
mathexam.cpp:8:31: error: two or more data types in declaration of ‘store1’
8 | double float a, b, store, store1;
| ^~~~~~
mathexam.cpp:9:16: error: two or more data types in declaration of ‘q’
9 | double int q;
| ^
mathexam.cpp:10:18: error: two or more data types in declaration of ‘c’
10 | double float c;
| ^
mathexam.cpp:12:12: error: ‘q’ was not