Problem | feedthewallabies |
---|---|
User | shoryu386 |
Submission Time | 2023-03-03 14:27:17 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
feedthewallabies.cpp:5:27: error: ISO C++ forbids declaration of ‘submod’ with no type [-fpermissive]
5 | inline submod(int x, int y){ if (x >= y) return x-y; else return x;}
| ^