1.
C++
a. #include <iostream>
b. #include <iomanip>
c. #include <cstdio>
d. #include <vector>
e. #include <deque>
f. #include <queue>
g. #include <stack>
h. #include <set>
i. #include <map>
j. #include <unordered_set>
k. #include <unordered_map>
l. #include <list>
m. #include <string>
n. #include <algorithm>
o. #include <numeric>
p. #include <bitset>
q. #include <cmath>
r. #include <cstring>
s. #include <cctype>
t. #include <climits>
u. #include <cfloat>
v. #include <random>
w. #include <chrono>
x. #include <utility>
y. #include <functional>
z. #include <iterator>
aa. #include <cassert>
bb. external library
2. Python
a. import sys
b. from collections import deque
c. from collections import Counter
d. from collections import defaultdict
e. import math
f. import bisect
g. import intertools
h. import re
i. import random
3. Java
a. import [Link];
b. import [Link];
c. import [Link];
d. import [Link];
e. import [Link];
f. import [Link];
g. import [Link];
h. import [Link];
i. import [Link];
j. import [Link];
k. import [Link];
l. import [Link];
m. import [Link];
n. import [Link];
o. import [Link];
p. import [Link];
q. import [Link];
r. import [Link];
s. import [Link];
t. impot [Link];
u. import [Link];
v. import [Link];
w. import [Link] BigInteger;
x. import [Link];
4. C
a. #include <stdio.h>
b. #include <ctype.h>
c. #include <string.h>
d. #include <math.h>
e. #include <stdlib.h>
f. #include <limits.h>
g. #include <float.h>
h. #include <time.h>
i. #include <assert.h>
5. PHP
a. fgets(STDIN)
b. trim()
c. rtrim(), ltrim()
d. explode()
e. implode()
f. echo, print
g. (int), (float), (string)
h. intval()
i. floatval()
j. strval()
k. strlen()
l. substr()
m. strpos(), strrpos()
n. strtolower(), strtoupper()
o. strcmp(), strcasecmp()
p. str_replace()
q. array(), count()
r. in_array()
s. array_key_exists()
t. sort(), rsort()
u. asort(), arsort()
v. ksort(), krsort()
w. usort(), uasort(), uksort()
x. array_push(), array_pop()
y. array_shift(), array_unshift()
z. array_slice(), array_splice()
aa. array_reverse()
bb. array_sum(), array_product()
cc. min(), max()
dd. array_unique()
ee. array_merge()
ff. range()
gg. abs()
hh. round(), floor(), ceil()
ii. min(), max()
jj. pow(), sqrt()
kk. rand(), mt_rand()
ll. SplStack
mm. SplQueue
nn. SplDoublyLinkedList
oo. SplPriorityQueue