[ create a new paste ] login | about

Link: http://codepad.org/ouU2gH02    [ raw code | output | fork ]

C, pasted on Dec 9:
1
2
3
4
$ cat ./meibo.dat
13579; Aichi Taro; 690211; M; 1247 Yachikusa, Yakusa-cho, Toyota City, Aichi; 48-8121; Aichi Inst. Tech.;
24680; Toyato Jiro; 701112; M; 12-25, Meito Ward, Nagoya City, Aichi; 773-1252; Aichi Univ.;
24501; Chiba Hanako; 690325; F; Meson HANA 205, 211-77 Matsudo City, Chiba; 589-1112; Chiba Univ.;


Output:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Line 1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'cat'
Line 2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'Taro'
Line 2: error: expected identifier or '(' before numeric constant
Line 2: warning: data definition has no type or storage class
Line 2: error: expected identifier or '(' before numeric constant
Line 2: error: expected identifier or '(' before numeric constant
Line 2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'Inst'
Line 3: error: expected identifier or '(' before numeric constant
Line 3: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'Jiro'
Line 3: error: expected identifier or '(' before numeric constant
Line 3: warning: data definition has no type or storage class
Line 3: error: expected identifier or '(' before numeric constant
Line 3: error: expected identifier or '(' before numeric constant
Line 3: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'Univ'
Line 4: error: expected identifier or '(' before numeric constant
Line 4: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'Hanako'
Line 4: error: expected identifier or '(' before numeric constant
Line 4: warning: data definition has no type or storage class
Line 4: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'HANA'
Line 4: error: expected identifier or '(' before numeric constant
Line 4: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'Univ'


Create a new paste based on this one


Comments: