mirror of
https://github.com/Soccera1/agg.git
synced 2025-09-19 05:07:03 +02:00
thanks claude for teaching me this
This commit is contained in:
parent
b43cfdc1d7
commit
369f0f8ff7
1 changed files with 2 additions and 2 deletions
|
@ -125,9 +125,9 @@ int main(void) {
|
|||
printf ("Try again!, %s.\n", username);
|
||||
}
|
||||
if (accuracytype == 1) {
|
||||
printf ("You got an accuracy of %d!\n", (int)accuracy);
|
||||
printf ("You got an accuracy of %d%%!\n", (int)accuracy);
|
||||
} else {
|
||||
printf ("You got an accuracy of %g!\n", accuracy);
|
||||
printf ("You got an accuracy of %g%%!\n", accuracy);
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue