Problem | divideby2 |
---|---|
User | nminhnguyenle |
Submission Time | 2024-06-22 13:09:45 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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;
| ^