blob: bdf2a45e587a4d3510d635aff134c6b49cffe1dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# coding=utf-8
import server
mod = server.problems.load_language('python', 'en')
id = 208
name = 'Forward 1m'
slug = 'Forward 1m'
description = '''\
'''
hint = {
}
|