From DMOJ: Modern Online Judge
About
#include <iostream>
using namespace std;
int main(){
cout << "This can be done in one line in python btw lolz" << endl;
return 0;
}
From DMOJ: Modern Online Judge
#include <iostream>
using namespace std;
int main(){
cout << "This can be done in one line in python btw lolz" << endl;
return 0;
}