My issue
i am unable to understand the input process
My code
#include <iostream>
using namespace std;
int main() {
// your code goes here
return 0;
}
Problem Link: TLG Problem - CodeChef
i am unable to understand the input process
#include <iostream>
using namespace std;
int main() {
// your code goes here
return 0;
}
Problem Link: TLG Problem - CodeChef
@abhigyan24379
first u have to take the input for the number of rounds they play as in n and then inside the n loop take input of scores of both player and perform rest of your code