Problem | buycoke |
---|---|
User | boaznumberd5555 |
Submission Time | 2025-07-04 17:25:28 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
buycoke.cpp:36:2: error: stray ‘#’ in program
36 | }#include <bits/stdc++.h>
| ^
buycoke.cpp:36:3: error: ‘include’ does not name a type
36 | }#include <bits/stdc++.h>
| ^~~~~~~
buycoke.cpp:42:5: error: redefinition of ‘long long int dp [155][105][55]’
42 | int dp[155][105][55];
| ^~
buycoke.cpp:4:5: note: ‘long long int dp [155][105][55]’ previously declared here
4 | int dp[155][105][55];
| ^~
buycoke.cpp:44:5: error: redefinition of ‘long long int solve(long long int, long long int, long long int)’
44 | int solve(int n, int c5, int c10){
| ^~~~~
buycoke.cpp:5:5: note: ‘long long int solve(long long int, long long int, long long int)’ previously defined here
5 | int solve(int n, int c5, int c10){
| ^~~~~
buycoke.cpp:76:9: error: redefinition of ‘int32_t main()’
76 | int32_t main(){
| ^~~~
buycoke.cpp:22:9: note: ‘int32_t