Compile Error
/in/foo.cc:1:1: error: stray '##' in program
1 | ##include<bits/stdc++.h>
| ^~
/in/foo.cc:1:3: error: 'include' does not name a type
1 | ##include<bits/stdc++.h>
| ^~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:7:9: error: 'cout' was not declared in this scope
7 | cout<<sizeof(a)<<" ";
| ^~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P2300 1.2.1:整型数据类型存储空间大小
- 语言
- C++
- 递交时间
- 2026-01-11 10:41:54
- 评测时间
- 2026-01-11 10:41:54
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes