Problem addition2
User Pavan1000
Submission Time 2023-05-08 17:38:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition2.cpp:2:7: error: expected nested-name-specifier before ‘namepace’
2 | using namepace std;
| ^~~~~~~~
addition2.cpp: In function ‘int main()’:
addition2.cpp:4:2: error: ‘cin’ was not declared in this scope; did you mean ‘std::cin’?
4 | cin<< a << b;
| ^~~
| std::cin
In file included from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:75,
from addition2.cpp:1:
/usr/include/c++/9/iostream:60:18: note: ‘std::cin’ declared here
60 | extern istream cin; /// Linked to standard input
| ^~~
addition2.cpp:4:8: error: ‘a’ was not declared in this scope
4 | cin<< a << b;
| ^
addition2.cpp:4:13: error: ‘b’ was not declared in this scope
4 | cin<< a << b;
| ^
addition2.cpp:5:2: error: ‘cout’ was not declared in this scope; did you mean ‘std::cout’?
5 | cout>> a +