Problem nerdinvitation
User wzhci11
Submission Time 2024-08-09 13:52:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nerdinvitation.cpp:2:20: error: expected β€˜;’ before β€˜int’
2 | using namespace std
| ^
| ;
3 | #define ll long long
4 | int main() {
| ~~~