QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#855277#7962. 前缀和ZhangYiDeCompile Error//C++98172b2025-01-12 17:07:282025-01-12 17:07:29

详细

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