diff --git a/11/code.py b/11/code.py
index 6dd337ea13cdd94a3970f26da83d0755d13c8aaf..e2fa8a493f90ea9124617bb73c9ce74842cec66f 100644
--- a/11/code.py
+++ b/11/code.py
@@ -1,11 +1,9 @@
 def f(x: int) -> int:
-    return x % 2
+    return 0
 
 
 def g(x: int) -> int:
-    if x > 100:
-        return 0
-    return x
+    return 0
 
 
 def h(x: str) -> int: