0_0_22207260_3260.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
#include <iostream>
^
0_0_22207260_3260.cpp:3:9: error: #include expects "FILENAME" or <FILENAME>
#include <stdio.h>
^
0_0_22207260_3260.cpp:4:9: error: #include expects "FILENAME" or <FILENAME>
#include <string.h>
^
0_0_22207260_3260.cpp:7:6: error: expected nested-name-specifier before '&' token
using namespace std;
^
0_0_22207260_3260.cpp:7:21: error: expected identifier before '&' token
using namespace std;
^
0_0_22207260_3260.cpp:7:26: error: expected constructor, destructor, or type conversion before ';' token
using namespace std;
^
0_0_22207260_3260.cpp:7:27: error: 'std' does not name a type
using namespace std;
^
0_0_22207260_3260.cpp:10:6: error: 'nbsp' declared as reference but not initialized
char s[90];
^
0_0_22207260_3260.cpp:10:11: error: 's' does not name a type
char s[90];
^
0_0_22207260_3260.cpp:10:22: error: expected constructor, destructor, or type conversion before ';' token
char s[90];
^
0_0_22207260_3260.cpp:10:28: error: expected constructor, destructor, or type conversion before ';' token
char s[90];
^
0_0_22207260_3260.cpp:11:5: error: conflicting declaration 'int& nbsp'
int recu(int head, int i)
^
0_0_22207260_3260.cpp:10:6: note: previous declaration as 'char& nbsp'
char s[90];
^
0_0_22207260_3260.cpp:11:23: error: expected ')' before ';' token
int recu(int head, int i)
^
0_0_22207260_3260.cpp:11:23: error: expected constructor, destructor, or type conversion before ';' token
0_0_22207260_3260.cpp:11:24: error: 'head' does not name a type
int recu(int head, int i)
^
0_0_22207260_3260.cpp:11:39: error: conflicting declaration 'int& nbsp'
int recu(int head, int i)
^
0_0_22207260_3260.cpp:10:6: note: previous declaration as 'char& nbsp'
char s[90];
^
0_0_22207260_3260.cpp:11:44: error: 'i' does not name a type
int recu(int head, int i)
^
0_0_22207260_3260.cpp:31:5: error: conflicting declaration 'int& nbsp'
int main()
^
0_0_22207260_3260.cpp:10:6: note: previous declaration as 'char& nbsp'
char s[90];
^
0_0_22207260_3260.cpp:31:17: error: expected constructor, destructor, or type conversion before 'nbsp'
int main()
^
0_0_22207260_3260.cpp:31:27: error: expected constructor, destructor, or type conversion before ';' token
int main()
^
0_0_22207260_3260.cpp:32:1: error: expected unqualified-id before '{' token
{
^
|