Problems
 
 
# Name    
A
A1
sum.in / sum.out
2 s, 256 MB
Submit  x1281
B
B1
product.in / product.out
2 s, 256 MB
Submit  x1126
C
C1
apbtest.in / apbtest.out
2 s, 256 MB
Submit  x700
D
D1
gcd.in / gcd.out
2 s, 256 MB
Submit  x934
E
E1
fib.in / fib.out
2 s, 256 MB
Submit  x809
F
F1
skateboard.in / skateboard.out
1 s, 256 MB
Submit  x673
G
G1
numbers.in / numbers.out
2 s, 256 MB
Submit  x468
H
H1
symposium.in / symposium.out
1 s, 64 MB
Submit  x277
1 The package for this problem was not updated by the problem writer or Codeforces administration after we've upgraded the judging servers. To adjust the time limit constraint, a solution execution time will be multiplied by 2. For example, if your solution works for 400 ms on judging servers, then the value 800 ms will be displayed and used to determine the verdict.
Complete problemset
 
 
 
 
Questions about problems
 
 
  Question Answer
2019-10-05 07:41:59
Problem A. A
*****
Announcement
#include (fstream) вместо круглых скобок <>
2019-10-05 07:41:28
Problem A. A
*****
Announcement
#include
2019-10-05 07:41:13
Problem A. A
*****
Announcement
Самой первой строчкой в программе нужно добавить: #include
2019-10-05 07:16:51
Problem A. A
*****
Announcement
Для работы с большими целыми числами нужно использовать тип long long вместо int
2019-10-05 07:16:29
Problem A. A
*****
Announcement
Вместо "input.txt" нужно подставить имя файла из задачи
2019-10-05 07:15:58
Problem A. A
*****
Announcement
Для работы с файлами после строчки int main(){ нужно написать такие две строчки: ifstream cin("input.txt"); ofstream cout("output.txt"); эти строчки нужно добавить перед самой отправкой кода на сайт