0_0_25086435_4834.cpp:1:3: error: stray '#' in program
6.#include<stdio.h>
^
0_0_25086435_4834.cpp:2:3: error: stray '#' in program
7.#define bool _Bool
^
0_0_25086435_4834.cpp:3:3: error: stray '#' in program
8.#define false 0
^
0_0_25086435_4834.cpp:4:3: error: stray '#' in program
9.#define true 1
^
0_0_25086435_4834.cpp:1:1: error: expected unqualified-id before numeric constant
6.#include<stdio.h>
^
0_0_25086435_4834.cpp:6:1: error: expected unqualified-id before numeric constant
11.int len;
^
0_0_25086435_4834.cpp:7:1: error: expected unqualified-id before numeric constant
12.
^
|