| Problem | divisibility |
|---|---|
| User | PlayVoltz |
| Submission Time | 2023-09-11 22:43:43 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
divisibility.cpp: In function ‘int main()’:
divisibility.cpp:23:31: error: too many arguments to function ‘bool isdivisible(int, int)’
23 | if (isdivisible(0, vect[0], 1)){
| ^
divisibility.cpp:7:6: note: declared here
7 | bool isdivisible(int index, int value){
| ^~~~~~~~~~~