0_0_25039532_5535.cpp:2:3: error: stray '#' in program
2.#include<cstring>
^
0_0_25039532_5535.cpp:3:3: error: stray '#' in program
3.#include<string>
^
0_0_25039532_5535.cpp:4:3: error: stray '#' in program
4.#include<iostream>
^
0_0_25039532_5535.cpp:5:3: error: stray '#' in program
5.#include<algorithm>
^
0_0_25039532_5535.cpp:6:3: error: stray '#' in program
6.#include<cmath>
^
0_0_25039532_5535.cpp:2:1: error: expected unqualified-id before numeric constant
2.#include<cstring>
^
0_0_25039532_5535.cpp:8:1: error: expected unqualified-id before numeric constant
8.struct block
^
0_0_25039532_5535.cpp:11:5: error: 'b' does not name a type
11.}b[1005];
^
0_0_25039532_5535.cpp:12:1: error: expected unqualified-id before numeric constant
12.long long dp[1005];
^
0_0_25039532_5535.cpp:13:1: error: expected unqualified-id before numeric constant
13.int n;
^
0_0_25039532_5535.cpp:14:1: error: expected unqualified-id before numeric constant
14.bool cmp(block a,block b)
^
0_0_25039532_5535.cpp:20:1: error: expected unqualified-id before numeric constant
20.void DP()
^
|