Compile Error

foo.cc: In function 'int main()':
foo.cc:7:9: error: 'cont' was not declared in this scope; did you mean 'const'?
    7 |         cont<<a<<' '<<' '<<b<<' '<<c;
      |         ^~~~
      |         const

信息

递交者
类型
递交
题目
P2242 1.1.3对齐输出
语言
C++
递交时间
2024-03-23 08:10:58
评测时间
2024-03-23 08:10:58
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes