0_0_6081929_3241.cpp:1:10: #include expects "FILENAME" or <FILENAME>
0_0_6081929_3241.cpp:3: error: `main' must return `int'
0_0_6081929_3241.cpp: In function `int main(...)':
0_0_6081929_3241.cpp:6: error: expected `(' before '{' token
0_0_6081929_3241.cpp:6: error: expected primary-expression before '{' token
0_0_6081929_3241.cpp:6: error: expected `)' before '{' token
0_0_6081929_3241.cpp:7: error: `print' undeclared (first use this function)
0_0_6081929_3241.cpp:7: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_6081929_3241.cpp:8: error: `cin' undeclared (first use this function)
0_0_6081929_3241.cpp:10: error: `add' undeclared (first use this function)
0_0_6081929_3241.cpp: At global scope:
0_0_6081929_3241.cpp:13: error: variable or field `add' declared void
0_0_6081929_3241.cpp:13: error: `int add' used prior to declaration
0_0_6081929_3241.cpp:13: error: `S' was not declared in this scope
0_0_6081929_3241.cpp:14: error: expected `,' or `;' before '{' token
|