Problem lunchbox
User AJigglypuffCoder
Submission Time 2024-10-21 18:18:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:69:8: error: ‘k’ is not a class, namespace, or enumeration
69 | sort(k::begin(), k::end());
| ^
lunchbox.cpp:69:20: error: ‘k’ is not a class, namespace, or enumeration
69 | sort(k::begin(), k::end());
| ^
lunchbox.cpp:78:11: error: ‘i’ was not declared in this scope
78 | cout << i;
| ^