SyntaxFix
Write A Post
Hire A Developer
Questions
If you are working in ROOT, you do not even have to write #include<iostream> and using namespace std; simply start from int filename().
#include<iostream>
using namespace std;
int filename()
This will solve the issue.