0_0_25084902_717.cpp:1:3: error: stray '#' in program
1 # include <stdio.h>
^
0_0_25084902_717.cpp:2:4: error: stray '#' in program
2 # include <string.h>
^
0_0_25084902_717.cpp:1:1: error: expected unqualified-id before numeric constant
1 # include <stdio.h>
^
0_0_25084902_717.cpp:6:2: error: expected unqualified-id before numeric constant
6 char tab[] = " ABCDEFGHIJKLMNOPQRSTUVWXYZ',-.?" ;
^
0_0_25084902_717.cpp:7:2: error: expected unqualified-id before numeric constant
7 int cnt, label[1100] ;
^
0_0_25084902_717.cpp:8:2: error: expected unqualified-id before numeric constant
8
^
|