Problem | stamps |
---|---|
User | PanGD |
Submission Time | 2023-02-01 20:46:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
stamps.cpp: In function ‘int main()’:
stamps.cpp:48:46: error: expected ‘}’ at end of input
48 | else cout << A << "\n" << dp[s][p].second;
| ^
stamps.cpp:9:14: note: to match this ‘{’
9 | signed main(){
| ^