Text Practice Mode
Type coding
created Nov 24th, 03:54 by Hoangthang2007
0
17 words
21 completed
1
Rating visible after 3 or more votes
00:00
#include <bits/stdc++.h>
using namespace std;
#define int long long
signed main(){
ios_base::sync_with_stdio(0), cin.tie(0), cout.tie(0);
return 0;
}
using namespace std;
#define int long long
signed main(){
ios_base::sync_with_stdio(0), cin.tie(0), cout.tie(0);
return 0;
}
saving score / loading statistics ...