Compile Error
/in/foo.cc: In function 'int main()':
/in/foo.cc:8:19: error: expected initializer before 'b'
    8 |         char a,ll b,float c,double d;
      |                   ^
/in/foo.cc:9:17: error: 'b' was not declared in this scope
    9 |         cin>>a>>b>>c>>d;
      |                 ^
/in/foo.cc:9:20: error: 'c' was not declared in this scope
    9 |         cin>>a>>b>>c>>d;
      |                    ^
/in/foo.cc:9:23: error: 'd' was not declared in this scope
    9 |         cin>>a>>b>>c>>d;
      |                       ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P2296 1.1.6空格分隔输出
 - 语言
 - C++
 - 递交时间
 - 2025-10-08 15:46:35
 - 评测时间
 - 2025-10-08 15:46:35
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes