Problem nycheer
User YellowPurpleDragon
Submission Time 2024-11-07 15:37:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nycheer.cpp: In function ‘int main()’:
nycheer.cpp:5:2: error: ‘ll’ was not declared in this scope
5 | ll a; string b[3] = {"Hey", "Yo", "Nanyang"};
| ^~
nycheer.cpp:6:16: error: ‘a’ was not declared in this scope
6 | while (cin >> a) {
| ^