QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#328959#1880. Nikanor Loves GamesWind_ServerCompile Error//C++174.4kb2024-02-16 11:10:402024-02-16 11:10:42

Details

answer.code:185:16: warning: missing terminating " character
  185 |         printf("%.6lf\n, mx / 4.0);
      |                ^
answer.code:185:16: error: missing terminating " character
  185 |         printf("%.6lf\n, mx / 4.0);
      |                ^~~~~~~~~~~~~~~~~~~~
answer.code: In function ‘int main()’:
answer.code:186:9: error: expected primary-expression before ‘return’
  186 |         return 0;
      |         ^~~~~~
answer.code:95:16: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   95 |         freopen("gamble.in", "r", stdin);
      |         ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
answer.code:96:16: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   96 |         freopen("gamble.out", "w", stdout);
      |         ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~