Problem | weddingcoins |
---|---|
User | AltheaZ |
Submission Time | 2023-07-06 14:48:53 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
weddingcoins.cpp: In function ‘int main()’:
weddingcoins.cpp:13:9: error: ‘floor’ was not declared in this scope
13 | amt+=floor(coins[val]/n);
| ^~~~~