Compile Error
/in/foo.cc:1:1: error: 'include' does not name a type
 include<stdio.h>
 ^~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:6:16: error: 'scanf' was not declared in this scope
 scanf("%lf", &a);
                ^
/in/foo.cc:7:18: error: 'printf' was not declared in this scope
 printf("%lf\n", a);
                  ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P2297 1.1.7输出浮点数
 - 语言
 - C++
 - 递交时间
 - 2024-04-28 15:28:15
 - 评测时间
 - 2024-04-28 15:28:15
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes