Problem | gotosleep |
---|---|
User | yuhong |
Submission Time | 2024-11-04 10:51:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gotosleep.cpp: In function ‘void solve()’:
gotosleep.cpp:47:36: error: expected primary-expression before ‘<’ token
47 | for(int i = n;i>=0;i--){if(dp[i]=<t){cout<<i<<endl; break;}}
| ^