| Problem | democracy |
|---|---|
| User | BrainrotKid |
| Submission Time | 2026-02-23 17:00:34 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
democracy.cpp:21:10: error: ‘d’ does not name a type
21 | int d; d=max({a,b,c});
| ^
democracy.cpp:21:23: error: expected unqualified-id before ‘)’ token
21 | int d; d=max({a,b,c});
| ^
democracy.cpp:22:3: error: expected unqualified-id before ‘if’
22 | if(a==d){
| ^~
democracy.cpp:25:3: error: expected unqualified-id before ‘else’
25 | else if(b==d){
| ^~~~
democracy.cpp:28:3: error: expected unqualified-id before ‘else’
28 | else{
| ^~~~
democracy.cpp:31:2: error: expected declaration before ‘}’ token
31 | }
| ^