QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#619880#8242. V-DiagramZhaoZiLongCompile Error//C++98496b2024-10-07 15:44:562024-10-07 15:44:57

Details

answer.code: In function ‘int main()’:
answer.code:24:5: error: ‘printf’ was not declared in this scope
   24 |     printf("%.10f\n",sumu);
      |     ^~~~~~
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;