Problem | GSS |
---|---|
User | 583116UB |
Submission Time | 2024-04-27 10:55:35 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
GSS.cpp:27:2: error: stray ‘#’ in program
27 | }#include <bits/stdc++.h>
| ^
GSS.cpp:27:3: error: ‘include’ does not name a type
27 | }#include <bits/stdc++.h>
| ^~~~~~~
GSS.cpp:30:6: error: redefinition of ‘bool cmp(int, int)’
30 | bool cmp(int a ,int b){
| ^~~
GSS.cpp:4:6: note: ‘bool cmp(int, int)’ previously defined here
4 | bool cmp(int a ,int b){
| ^~~