snippet for class

 avatar
swarup
c_cpp
a year ago
170 B
7
Indexable
#include <bits/stdc++.h>
using namespace std;
int main(){
#ifndef ONLINE_JUDGE
    freopen("input.txt","r",stdin);
    freopen("output.txt","w",stdout);
#endif

}
Editor is loading...
Leave a Comment