0
Please help me
Tell me what's wrong here https://code.sololearn.com/c1eK0C2UpYa9/?ref=app
2 Answers
+ 3
You missed "using namespace std;".
+ 2
Add this as first line in main()
using std::cin, std::cout, std::ofstream, std::ifstream;
Tell me what's wrong here https://code.sololearn.com/c1eK0C2UpYa9/?ref=app