Codeforces is a websites that hosts competitive programming contests and provides practice problems

Submission

Submission to all of these online platforms has always been an issue for me… I am not sure why

C++ submission template

#include <iostream>
 
using namespace std;
 
int main() {
 
}