0_0_29366228_32556.c:1:1: error: expected identifier or '(' before '/' token
//#include <iostream>
^
0_0_29366228_32556.c:1:3: error: stray '#' in program
//#include <iostream>
^
0_0_29366228_32556.c:2:3: error: stray '#' in program
//#include <cstring>
^
0_0_29366228_32556.c:3:3: error: stray '#' in program
//#include <cstdlib>
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/_mingw.h:282:0,
from GCC4.9.2/x86_64-w64-mingw32/include/crtdefs.h:10,
from GCC4.9.2/x86_64-w64-mingw32/include/stdio.h:9,
from 0_0_29366228_32556.c:4:
GCC4.9.2/x86_64-w64-mingw32/include/vadefs.h:29:11: error: unknown type name '__gnuc_va_list'
typedef __gnuc_va_list va_list;
^
0_0_29366228_32556.c:5:1: error: expected identifier or '(' before '/' token
//#include <vector>
^
0_0_29366228_32556.c:5:3: error: stray '#' in program
//#include <vector>
^
0_0_29366228_32556.c:6:3: error: stray '#' in program
//#include <queue>
^
0_0_29366228_32556.c:7:3: error: stray '#' in program
//#include <stack>
^
0_0_29366228_32556.c:8:3: error: stray '#' in program
//#include <set>
^
0_0_29366228_32556.c:9:3: error: stray '#' in program
//#include <map>
^
|