| Problem | divisibility |
|---|---|
| User | Reverberate |
| Submission Time | 2024-03-08 20:02:40 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
divisibility.cpp: In function βint main()β:
divisibility.cpp:23:26: error: expected primary-expression before β)β token
23 | if(dp(1,(0-arr[0]+k)%k)))cout<<"Divisible";
| ^