Compile Error

foo.cc: In function 'int main()':
foo.cc:7:36: error: 'x' was not declared in this scope
    7 |         cout<<printf("%8d %8d %8d",x,y,z);
      |                                    ^
foo.cc:7:38: error: 'y' was not declared in this scope
    7 |         cout<<printf("%8d %8d %8d",x,y,z);
      |                                      ^
foo.cc:7:40: error: 'z' was not declared in this scope
    7 |         cout<<printf("%8d %8d %8d",x,y,z);
      |                                        ^
[Hydro](https://hydro.ac)提供评测服务

信息

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