/ Vijos /

记录详情

Compile Error

foo.cc:1:1: error: 'include' does not name a type
    1 | include <stdio.h>
      | ^~~~~~~
foo.cc: In function 'int main()':
foo.cc:9:1: error: 'scanf' was not declared in this scope
    9 | scanf("%d%d%lf%lf%lf",&n,&m,&d,&first,&last);
      | ^~~~~
foo.cc:11:1: error: 'printf' was not declared in this scope
   11 | printf("%.3lf\n", m==1 ? first : last);
      | ^~~~~~
foo.cc:1:1: note: 'printf' is defined in header '<cstdio>'; did you forget to '#include <cstdio>'?
  +++ |+#include <cstdio>
    1 | include <stdio.h>
foo.cc:13:1: error: 'a' was not declared in this scope
   13 | a[n][0] = 1;
      | ^
foo.cc:21:1: error: 'printf' was not declared in this scope
   21 | printf("%.3lf\n",a[m][0]*last + a[m][1]*t + a[m][2]*d);
      | ^~~~~~
foo.cc:21:1: note: 'printf' is defined in header '<cstdio>'; did you forget to '#include <cstdio>'?
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1151 失落的成绩单
语言
C++
递交时间
2022-08-29 20:41:15
评测时间
2022-08-29 20:41:15
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes