/in/foo.cc:4:21: warning: missing terminating " character
string s1=" /\ ",s2="/__\";
^
/in/foo.cc:4:21: error: missing terminating " character
string s1=" /\ ",s2="/__\";
^~~~~~~
/in/foo.cc:4:11: warning: unknown escape sequence: '\040'
string s1=" /\ ",s2="/__\";
^~~~~~
/in/foo.cc:5:8: error: expected primary-expression before 's'
string s[10005];
^
/in/foo.cc: In function 'void sanjiao(int, int, int)':
/in/foo.cc:12:1: error: 's' was not declared in this scope
s[up]+=s1;
^
/in/foo.cc:20:1: error: 's' was not declared in this scope
s[j]+=" ";
^
/in/foo.cc:24:1: error: 's' was not declared in this scope
s[j]+=" ";
^
/in/foo.cc: In function 'int main()':
/in/foo.cc:39:7: error: 's' was not declared in this scope
cout<<s[i]<<endl;
^