Problem divideby2
User nminhnguyenle
Submission Time 2024-06-22 13:10:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

divideby2.cpp: In function ‘int main()’:
divideby2.cpp:8:8: error: conflicting declaration ‘float a’
8 | float(a);
| ^
divideby2.cpp:5:15: note: previous declaration as ‘unsigned int a’
5 | unsigned int a;
| ^