Problem | lunchbox |
---|---|
User | AJigglypuffCoder |
Submission Time | 2024-10-21 18:17:39 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:69:3: error: ‘k’ is not a class, namespace, or enumeration
69 | k::sort(k::begin(), k::end());
| ^
lunchbox.cpp:69:11: error: ‘k’ is not a class, namespace, or enumeration
69 | k::sort(k::begin(), k::end());
| ^
lunchbox.cpp:69:23: error: ‘k’ is not a class, namespace, or enumeration
69 | k::sort(k::begin(), k::end());
| ^
lunchbox.cpp:78:11: error: ‘i’ was not declared in this scope
78 | cout << i;
| ^