Problem platonic30
User naivecyans
Submission Time 2025-12-22 10:00:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

platonic30.cpp:7:24: error: stray ‘#’ in program
7 | int n, m=1e9+7; cin>>n#include <bits/stdc++.h>
| ^
platonic30.cpp: In function ‘int main()’:
platonic30.cpp:7:24: error: expected ‘;’ before ‘include’
7 | int n, m=1e9+7; cin>>n#include <bits/stdc++.h>
| ^~~~~~~~
| ;
platonic30.cpp:11:1: error: a function-definition is not allowed here before ‘{’ token
11 | {
| ^
platonic30.cpp:29:2: error: ‘dp’ was not declared in this scope
29 | dp[0]=0;
| ^~