0_0_25048733_9291.cpp:7:3: error: stray '#' in program
7.#include <stdio.h>
^
0_0_25048733_9291.cpp:8:3: error: stray '#' in program
8.#include <string.h>
^
0_0_25048733_9291.cpp:9:3: error: stray '#' in program
9.#include <algorithm>
^
0_0_25048733_9291.cpp:6:1: error: expected unqualified-id before numeric constant
6.
^
0_0_25048733_9291.cpp:11:1: error: expected unqualified-id before numeric constant
11.typedef __int64 ll;
^
0_0_25048733_9291.cpp:12:1: error: expected unqualified-id before numeric constant
12.
^
0_0_25048733_9291.cpp:14:1: error: expected unqualified-id before numeric constant
14.const int mod = 1000000007;
^
0_0_25048733_9291.cpp:15:1: error: expected unqualified-id before numeric constant
15.
^
0_0_25048733_9291.cpp:17:1: error: expected unqualified-id before numeric constant
17.char s[maxn];
^
0_0_25048733_9291.cpp:18:1: error: expected unqualified-id before numeric constant
18.
^
|