UVA 10018
#include<bits/stdc++.h> #define ll long long using namespace std ; int main ( ) { ll t,n,temp,sum,rev,c...
#include<bits/stdc++.h> #define ll long long using namespace std ; int main ( ) { ll t,n,temp,sum,rev,c...
#include<bits/stdc++.h> using namespace std ; int main ( ) { int t,n,speed ; cin >> t ; ...
#include<bits/stdc++.h> using namespace std ; vector < int > adj [ 100 ], rev [ 100 ]; bool visited [ 1000 ]; stack < i...
Printing longest and shortest name from oracle sql: 1 2 3 4 5 select min ( city ), length ( city ) from station where...
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 #include<b...