Problem basketball_cpic
User Wheezycantcode
Submission Time 2025-07-28 16:22:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

basketball_cpic.cpp:2:16: error: expected identifier before ‘;’ token
2 | using namespace;
| ^
basketball_cpic.cpp: In function ‘int main()’:
basketball_cpic.cpp:7:2: error: ‘cin’ was not declared in this scope; did you mean ‘std::cin’?
7 | cin >> n;
| ^~~
| std::cin
In file included from basketball_cpic.cpp:1:
/usr/include/c++/9/iostream:60:18: note: ‘std::cin’ declared here
60 | extern istream cin; /// Linked to standard input
| ^~~
basketball_cpic.cpp:11:6: error: ‘x’ was not declared in this scope
11 | if(x%2==0){
| ^
basketball_cpic.cpp:15:2: error: ‘cout’ was not declared in this scope; did you mean ‘std::cout’?
15 | cout << nigga;
| ^~~~
| std::cout
In file included from basketball_cpic.cpp:1:
/usr/include/c++/9/iostream:61:18: note: ‘std::cout’ declared here
61 | extern ostream cout; /// Linke