| Problem | radioactive |
|---|---|
| User | ChickenCoder |
| Submission Time | 2024-01-31 11:53:01 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
radioactive.cpp: In function ‘long long int ans(long long int, int)’:
radioactive.cpp:36:9: error: expected primary-expression before ‘return’
36 | return return mp[{n, c}] = tot;
| ^~~~~~
radioactive.cpp:36:8: error: expected ‘;’ before ‘return’
36 | return return mp[{n, c}] = tot;
| ^~~~~~~
| ;