Problem | packingducks |
---|---|
User | YellowPurpleDragon |
Submission Time | 2025-07-27 14:57:58 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
packingducks.cpp:26:91: error: stray ‘#’ in program
26 | c[i][j] = (c[i][j]%1000000007 + c[i-1][j]%1000000007 + c[i-1][j-d[i]]%1000000007 + 1)#include <bits/stdc++.h>
| ^
packingducks.cpp: In function ‘int main()’:
packingducks.cpp:26:91: error: expected ‘;’ before ‘include’
26 | c[i][j] = (c[i][j]%1000000007 + c[i-1][j]%1000000007 + c[i-1][j-d[i]]%1000000007 + 1)#include <bits/stdc++.h>
| ^~~~~~~~
| ;
packingducks.cpp:31:15: error: a function-definition is not allowed here before ‘{’ token
31 | signed main() {
| ^