Problem | psle |
---|---|
User | THXatGIT |
Submission Time | 2025-03-10 21:06:08 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
psle.cpp: In function ‘int main()’:
psle.cpp:8:13: error: ‘A’ was not declared in this scope
8 | std::cout<<A*<<std::endl;}
| ^
psle.cpp:8:15: error: expected primary-expression before ‘<<’ token
8 | std::cout<<A*<<std::endl;}
| ^~