Problem basketball_cpic
User KavinP
Submission Time 2025-06-20 15:47:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

basketball_cpic.cpp: In function ‘int main()’:
basketball_cpic.cpp:5:5: error: ‘cin’ was not declared in this scope
5 | cin>> n;
| ^~~
basketball_cpic.cpp:1:1: note: ‘std::cin’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
+++ |+#include <iostream>
1 | using namespace std;
basketball_cpic.cpp:14:5: error: ‘cout’ was not declared in this scope
14 | cout << t;
| ^~~~
basketball_cpic.cpp:14:5: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?