Problem GSS
User Aum
Submission Time 2024-04-28 23:11:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

GSS.cpp: In function ‘int main()’:
GSS.cpp:16:12: error: overloaded function with no contextual type information
16 | count += 1;
| ^
GSS.cpp:18:13: error: invalid operands of types ‘<unresolved overloaded function type>’ and ‘int’ to binary ‘operator==’
18 | if (count == 4){
| ~~~~~~^~~~