Author
anonymous
almost 7 years ago
Language
Compiler
Options
Author
anonymous
almost 7 years ago
$
prog.c: In function 'main':
prog.c:24:41: error: 'rate' undeclared (first use in this function); did you mean 're'?
printf("正解率は%.0f%%です。\n",rate);
^~~~
re
prog.c:24:41: note: each undeclared identifier is reported only once for each function it appears in
Exit Code:
1