0_0_39898572_29204.cpp:1:9: error: 'iostream' was not declared in this scope
1 | include<iostream>
| ^~~~~~~~
0_0_39898572_29204.cpp:1:9: error: 'iostream' was not declared in this scope
0_0_39898572_29204.cpp:1:9: error: 'iostream' was not declared in this scope
0_0_39898572_29204.cpp:1:9: error: 'iostream' was not declared in this scope
0_0_39898572_29204.cpp:1:9: error: 'iostream' was not declared in this scope
0_0_39898572_29204.cpp:1:9: error: 'iostream' was not declared in this scope
0_0_39898572_29204.cpp:1:9: error: 'iostream' was not declared in this scope
0_0_39898572_29204.cpp:1:9: error: 'iostream' was not declared in this scope
0_0_39898572_29204.cpp:1:9: error: 'iostream' was not declared in this scope
0_0_39898572_29204.cpp:1:1: error: 'include' does not name a type
1 | include<iostream>
| ^~~~~~~
0_0_39898572_29204.cpp:3:15: error: 'b' has not been declared
3 | int add(int a,b){
| ^
0_0_39898572_29204.cpp: In function 'int add(int, int)':
0_0_39898572_29204.cpp:4:11: error: 'b' was not declared in this scope
4 | return a+b;
| ^
0_0_39898572_29204.cpp: In function 'int main()':
0_0_39898572_29204.cpp:9:2: error: 'cout' was not declared in this scope
9 | cout<<c<<endl;
| ^~~~
0_0_39898572_29204.cpp:9:11: error: 'endl' was not declared in this scope
9 | cout<<c<<endl;
| ^~~~
|