0_0_25048816_16603.cpp:8:3: error: stray '#' in program
8.#include <iostream>
^
0_0_25048816_16603.cpp:9:3: error: stray '#' in program
9.#include <cstdio>
^
0_0_25048816_16603.cpp:10:4: error: stray '#' in program
10.#include <algorithm>
^
0_0_25048816_16603.cpp:11:4: error: stray '#' in program
11.#include <cstring>
^
0_0_25048816_16603.cpp:12:4: error: stray '#' in program
12.#include <cmath>
^
0_0_25048816_16603.cpp:13:4: error: stray '#' in program
13.#include <queue>
^
0_0_25048816_16603.cpp:14:4: error: stray '#' in program
14.#include <set>
^
0_0_25048816_16603.cpp:15:4: error: stray '#' in program
15.#include <vector>
^
0_0_25048816_16603.cpp:8:1: error: expected unqualified-id before numeric constant
8.#include <iostream>
^
0_0_25048816_16603.cpp:17:1: error: expected unqualified-id before numeric constant
17.int t,m;
^
0_0_25048816_16603.cpp:18:1: error: expected unqualified-id before numeric constant
18.double f,sum,tmp;
^
0_0_25048816_16603.cpp:19:1: error: expected unqualified-id before numeric constant
19.int main(){
^
|