Problem duckhunt23
User shenshiqi
Submission Time 2025-12-08 10:53:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckhunt23.cpp: In function ‘int main()’:
duckhunt23.cpp:8:7: error: ‘ll’ was not declared in this scope
8 | for (ll i = 0; i < n; ++i) cin >> names[i];
| ^~
duckhunt23.cpp:8:17: error: ‘i’ was not declared in this scope
8 | for (ll i = 0; i < n; ++i) cin >> names[i];
| ^