eng
competition

Text Practice Mode

c++ basic template

created Sep 16th 2020, 15:06 by AbhishekJha1


0


Rating

35 words
149 completed
00:00
#include<bits/stdc++.h>
using namespace std;
void solve() {
    //write your custom function here
}
int main() {
    int t;
    cin >> t;
    for(int i = 0; i < t; i++) {
        solve();
    }
    return 0;
}

saving score / loading statistics ...