QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#619321#8242. V-DiagramHuangHanShengCompile Error//C++98474b2024-10-07 13:52:362024-10-07 13:52:36

Details

answer.code: In function ‘int main()’:
answer.code:27:5: error: ‘printf’ was not declared in this scope
   27 |     printf("%.10lf\n",sum/x);}
      |     ^~~~~~
answer.code:2:1: note: ‘printf’ is defined in header ‘<cstdio>’; did you forget to ‘#include <cstdio>’?
    1 | #include <iostream>
  +++ |+#include <cstdio>
    2 | using namespace std;