summaryrefslogtreecommitdiff
path: root/python/problems/functions
diff options
context:
space:
mode:
authorMartin <martin@leo.fri1.uni-lj.si>2015-10-09 11:19:53 +0200
committerMartin <martin@leo.fri1.uni-lj.si>2015-10-09 11:19:53 +0200
commitfd31d7d74e58796f3a5a7c84b4b19cb4af59ef4c (patch)
treea1bbe33960a7cb59d9f370c9127e02a96f3d2005 /python/problems/functions
parent84f3426c937d1bb9d44ba25a71706416fbb8b85d (diff)
parent7e918d834296e206aef922ee02d6991722c4653e (diff)
Merge branch 'master' of 192.168.15.97:codeq-problems
Conflicts: python/problems/while_and_if/checking_account/en.py python/problems/while_and_if/consumers_anonymous/en.py
Diffstat (limited to 'python/problems/functions')
-rw-r--r--python/problems/functions/common.py1
-rw-r--r--python/problems/functions/greatest/en.py1
-rw-r--r--python/problems/functions/greatest/sl.py1
-rw-r--r--python/problems/functions/greatest_absolutist/en.py1
-rw-r--r--python/problems/functions/greatest_absolutist/sl.py1
-rw-r--r--python/problems/functions/greatest_negative/en.py1
-rw-r--r--python/problems/functions/greatest_negative/sl.py1
7 files changed, 1 insertions, 6 deletions
diff --git a/python/problems/functions/common.py b/python/problems/functions/common.py
new file mode 100644
index 0000000..1367877
--- /dev/null
+++ b/python/problems/functions/common.py
@@ -0,0 +1 @@
+id = 17
diff --git a/python/problems/functions/greatest/en.py b/python/problems/functions/greatest/en.py
index 8a0c883..acf4672 100644
--- a/python/problems/functions/greatest/en.py
+++ b/python/problems/functions/greatest/en.py
@@ -1,6 +1,5 @@
# coding=utf-8
-id = 195
name = 'Maximum number'
slug = 'Maximum number'
diff --git a/python/problems/functions/greatest/sl.py b/python/problems/functions/greatest/sl.py
index a7916a5..12e07fe 100644
--- a/python/problems/functions/greatest/sl.py
+++ b/python/problems/functions/greatest/sl.py
@@ -3,7 +3,6 @@ import server
mod = server.problems.load_language('python', 'sl')
-id = 195
name = 'Največji'
slug = 'Največji'
diff --git a/python/problems/functions/greatest_absolutist/en.py b/python/problems/functions/greatest_absolutist/en.py
index 03614e7..1ede4a9 100644
--- a/python/problems/functions/greatest_absolutist/en.py
+++ b/python/problems/functions/greatest_absolutist/en.py
@@ -1,6 +1,5 @@
# coding=utf-8
-id = 196
name = 'Greatest absolutist'
slug = 'Greatest absolutist'
diff --git a/python/problems/functions/greatest_absolutist/sl.py b/python/problems/functions/greatest_absolutist/sl.py
index ee33c6d..a45f483 100644
--- a/python/problems/functions/greatest_absolutist/sl.py
+++ b/python/problems/functions/greatest_absolutist/sl.py
@@ -3,7 +3,6 @@ import server
mod = server.problems.load_language('python', 'sl')
-id = 196
name = 'Največji absolutist'
slug = 'Največji absolutist'
diff --git a/python/problems/functions/greatest_negative/en.py b/python/problems/functions/greatest_negative/en.py
index a57cb1f..5c2919a 100644
--- a/python/problems/functions/greatest_negative/en.py
+++ b/python/problems/functions/greatest_negative/en.py
@@ -1,6 +1,5 @@
# coding=utf-8
-id = 197
name = 'Greatest negativist'
slug = 'Greatest negativist'
diff --git a/python/problems/functions/greatest_negative/sl.py b/python/problems/functions/greatest_negative/sl.py
index ea1e47c..31f1fd6 100644
--- a/python/problems/functions/greatest_negative/sl.py
+++ b/python/problems/functions/greatest_negative/sl.py
@@ -3,7 +3,6 @@ import server
mod = server.problems.load_language('python', 'sl')
-id = 197
name = 'Največji negativec'
slug = 'Največji negativec'