| Problem | election_joi22 |
|---|---|
| User | chenweilian |
| Submission Time | 2023-02-13 19:36:32 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
election_joi22.cpp: In function ‘int main()’:
election_joi22.cpp:115:9: error: expected primary-expression before ‘double’
115 | cout<<(double) / M;
| ^~~~~~
election_joi22.cpp:115:9: error: expected ‘)’ before ‘double’
115 | cout<<(double) / M;
| ~^~~~~~
| )