0_0_26023631_12429.c:1:1: error: expected identifier or '(' before '/' token
// Copyright (C) 2017 __debug.
^
0_0_26023631_12429.c:3:35: error: unknown type name 'you'
// This program is free software; you can redistribute it and/or
^
0_0_26023631_12429.c:3:43: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'redistribute'
// This program is free software; you can redistribute it and/or
^
0_0_26023631_12429.c:3:43: error: unknown type name 'redistribute'
0_0_26023631_12429.c:5:55: error: expected '=', ',', ';', 'asm' or '__attribute__' before numeric constant
// published by the Free Software Foundation; version 3
^
0_0_26023631_12429.c:8:30: error: unknown type name 'without'
// but WITHOUT ANY WARRANTY; without even the implied warranty of
^
0_0_26023631_12429.c:8:43: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'the'
// but WITHOUT ANY WARRANTY; without even the implied warranty of
^
0_0_26023631_12429.c:8:43: error: unknown type name 'the'
0_0_26023631_12429.c:13:29: error: unknown type name 'If'
// along with this program; If not, see <http://www.gnu.org/licenses/>.
^
0_0_26023631_12429.c:13:41: error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
// along with this program; If not, see <http://www.gnu.org/licenses/>.
^
0_0_26023631_12429.c:16:25: fatal error: bits/stdc++.h: No such file or directory
#include <bits/stdc++.h>
^
compilation terminated.
|