Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
123
#include<bits/stdc++.h> #define ll long long #define mod 1000000007 #define FIO ios::sync_with_stdio(0);cin.tie(0);cout.tie(0); using namespace std; int main(void) { FIO; return 0; }
run
|
edit
|
history
|
help
0
override
Day3
Networked path_dp
deux
Optimization Lab 2
Complex Number Class
GenericPacker
Building squares using smallest amount of matches
DoubleListInt
remove_copy-30-Seconds-of-C++