QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#866207#7962. 前缀和GuanYunchangCompile Error//C++23174b2025-01-22 13:35:312025-01-22 13:35:32

詳細信息

answer.code: In function ‘int main()’:
answer.code:9:29: error: expected ‘;’ before ‘}’ token
    9 |     printf("%.6f",(r-l+1)*p)
      |                             ^
      |                             ;
   10 | }
      | ~                            
answer.code:8:10: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
    8 |     scanf("%lld%lf%lld%lld",&n,&p,&l,&r);
      |     ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~