Problem democracy
User NsNassCode
Submission Time 2024-06-21 13:23:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

democracy.cpp: In function ‘int main()’:
democracy.cpp:12:12: error: request for member ‘total’ in ‘x’, which is of non-class type ‘int’
12 | total= x.total;
| ^~~~~