0_0_24726839_27208.cpp:1:3: error: stray '#' in program
1.#include <stdio.h>
^
0_0_24726839_27208.cpp:2:3: error: stray '#' in program
2.#include <math.h>
^
0_0_24726839_27208.cpp:3:3: error: stray '#' in program
3.#include <algorithm>
^
0_0_24726839_27208.cpp:1:1: error: expected unqualified-id before numeric constant
1.#include <stdio.h>
^
0_0_24726839_27208.cpp:1:17: error: expected unqualified-id before '<' token
1.#include <stdio.h>
^
0_0_24726839_27208.cpp:1:37: error: expected constructor, destructor, or type conversion before ';' token
1.#include <stdio.h>
^
0_0_24726839_27208.cpp:2:1: error: expected unqualified-id before numeric constant
2.#include <math.h>
^
0_0_24726839_27208.cpp:2:17: error: expected unqualified-id before '<' token
2.#include <math.h>
^
0_0_24726839_27208.cpp:2:36: error: expected constructor, destructor, or type conversion before ';' token
2.#include <math.h>
^
0_0_24726839_27208.cpp:3:1: error: expected unqualified-id before numeric constant
3.#include <algorithm>
^
0_0_24726839_27208.cpp:3:17: error: expected unqualified-id before '<' token
3.#include <algorithm>
^
0_0_24726839_27208.cpp:3:39: error: expected constructor, destructor, or type conversion before ';' token
3.#include <algorithm>
^
0_0_24726839_27208.cpp:4:1: error: expected unqualified-id before numeric constant
4.using namespace std;
^
0_0_24726839_27208.cpp:4:23: error: expected identifier before '&' token
4.using namespace std;
^
0_0_24726839_27208.cpp:4:28: error: expected constructor, destructor, or type conversion before ';' token
4.using namespace std;
^
0_0_24726839_27208.cpp:4:29: error: 'std' does not name a type
4.using namespace std;
^
0_0_24726839_27208.cpp:4:38: error: expected constructor, destructor, or type conversion before ';' token
4.using namespace std;
^
0_0_24726839_27208.cpp:4:44: error: expected constructor, destructor, or type conversion before ';' token
4.using namespace std;
^
0_0_24726839_27208.cpp:5:1: error: expected unqualified-id before numeric constant
5.int f[19][19] = {{},{},{},{0,2,3,6}};
^
0_0_24726839_27208.cpp:5:12: error: 'f' does not name a type
5.int f[19][19] = {{},{},{},{0,2,3,6}};
^
0_0_24726839_27208.cpp:5:27: error: expected unqualified-id before '=' token
5.int f[19][19] = {{},{},{},{0,2,3,6}};
^
0_0_24726839_27208.cpp:5:34: error: expected unqualified-id before '{' token
5.int f[19][19] = {{},{},{},{0,2,3,6}};
^
|