Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:4:11: error: 'A' was not declared in this scope
     cout<<A<<endl;
           ^
/in/foo.cc:5:11: error: 'AAA' was not declared in this scope
     cout<<AAA<<endl;
           ^~~
/in/foo.cc:6:11: error: 'AAAAA' was not declared in this scope
     cout<<AAAAA<<endl;
           ^~~~~
/in/foo.cc:7:11: error: 'AAAAAAA' was not declared in this scope
     cout<<AAAAAAA<<endl;
           ^~~~~~~

信息

递交者
类型
递交
题目
P1001 打印字符
语言
C++
递交时间
2024-06-02 15:01:19
评测时间
2024-06-02 15:01:19
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes