prog.c: In function ‘print_score’:
prog.c:27: error: ‘gou’ undeclared (first use in this function)
prog.c:27: error: (Each undeclared identifier is reported only once
prog.c:27: error: for each function it appears in.)
prog.c:24: warning: unused variable ‘goukaku’
prog.c: In function ‘main’:
prog.c:40: error: expected expression before ‘}’ token
prog.c:35: warning: unused variable ‘i’
prog.c:38: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result
prog.c: At top level:
prog.c:41: error: expected declaration specifiers or ‘...’ before string constant
prog.c:41: warning: data definition has no type or storage class
prog.c:41: warning: type defaults to ‘int’ in declaration of ‘printf’
prog.c:41: error: conflicting types for ‘printf’
prog.c:41: note: a parameter list with an ellipsis can’t match an empty parameter name list declaration
prog.c:42: error: expected declaration specifiers or ‘...’ before numeric constant
prog.c:42: warning: data definition has no type or storage class
prog.c:42: warning: type defaults to ‘int’ in declaration of ‘exit’
prog.c:42: error: conflicting types for ‘exit’
prog.c:43: error: expected identifier or ‘(’ before ‘for’
prog.c:43: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘<’ token
prog.c:43: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘++’ token
prog.c:47: error: expected identifier or ‘(’ before ‘for’
prog.c:47: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘<’ token
prog.c:47: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘++’ token
prog.c:50: error: expected identifier or ‘(’ before ‘return’
prog.c:51: error: expected identifier or ‘(’ before ‘}’ token