0_0_24476919_9503.cpp:1:6: error: stray '#' in program
1: #include <iostream>
^
0_0_24476919_9503.cpp:2:8: error: stray '#' in program
2: #include <fstream>
^
0_0_24476919_9503.cpp:3:8: error: stray '#' in program
3: #include <string>
^
0_0_24476919_9503.cpp:6:8: error: stray '#' in program
6: #define MAX_R 15
^
0_0_24476919_9503.cpp:1:2: error: expected unqualified-id before numeric constant
1: #include <iostream>
^
0_0_24476919_9503.cpp:5:4: error: expected unqualified-id before numeric constant
5:
^
0_0_24476919_9503.cpp:8:4: error: expected unqualified-id before numeric constant
8: bool isvoid( char c )
^
0_0_24476919_9503.cpp:12:3: error: expected unqualified-id before numeric constant
12: bool isBox( char c )
^
0_0_24476919_9503.cpp:16:3: error: expected unqualified-id before numeric constant
16: int main()
^
|