Problem 1821
User tacticalnerd
Submission Time 2024-04-28 21:47:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

1821.cpp:3:26: error: expected constructor, destructor, or type conversion before ‘(’ token
3 | ios_base::sync_with_stdio(false);
| ^
1821.cpp: In function ‘int main()’:
1821.cpp:6:5: error: ‘court’ was not declared in this scope
6 | court << "0 0"
| ^~~~~