+ Welcome to the FPC 2024 teaser! We hope you're excited for the upcoming edition of the Freshmen Programming
+ Contest. To get you in the mood, we've prepared a teaser puzzle for you. Good luck!
+
+
+
Introduction sessions
+
+ We will be hosting an introduction session to get familiar with how a programming contest works. This
+ introduction session will take place on THIS DATE in the afternoon. There is no need
+ to sign up, just show up if you're interested!
+
+
+
FPC registration
+
+ Don't forget to register your team for the Freshmen Programming Contest! This can be done by visiting
+ https://wisv.ch/fpcregistration.
+
+
+
Let's get puzzeling!
+
+ Finally, let's get to the teaser! Start your journey by visiting
+ https://chipcie.wisv.ch/fpc/start. See you on the other side!
+
Welcome to the FPC 2024 teaser! We hope you're excited for the upcoming edition of the Freshmen Programming
- Contest. To get you in the mood, we've prepared a teaser puzzle for you. Good luck!
+ Contest. To get you in the mood, we've prepared a teaser puzzle for you. But first, some information that
+ could be useful to you:
Introduction sessions
We will be hosting an introduction session to get familiar with how a programming contest works. This
- introduction session will take place on THIS DATE in the afternoon. There is no need
+ introduction session will take place on TODO Add Date in the afternoon. There is no need
to sign up, just show up if you're interested!
We will be hosting an introduction session to get familiar with how a programming contest works. This
- introduction session will take place on TODO Add Date in the afternoon. There is no need
+ introduction session will take place on April 30th in the afternoon. There is no need
to sign up, just show up if you're interested!
We will be hosting an introduction session to get familiar with how a programming contest works. This
introduction session will take place on April 30th in the afternoon. There is no need
From d49f95f438d45dd1cfa8962a8fade8344d4b1645 Mon Sep 17 00:00:00 2001
From: Maarten Sijm <9739541+mpsijm@users.noreply.github.com>
Date: Wed, 3 Apr 2024 22:36:11 +0200
Subject: [PATCH 10/10] Update 2023 to 2024
---
.../index.html | 2 +-
.../index.html | 8 +++-----
static/fpc/start/index.html | 6 +++---
static/fpc/teaser/index.html | 2 +-
.../index.html | 2 +-
5 files changed, 9 insertions(+), 11 deletions(-)
diff --git a/static/fpc/0000111000100001010000010100010100110111000011000111100000110000/index.html b/static/fpc/0000111000100001010000010100010100110111000011000111100000110000/index.html
index 75d805c..39c07cc 100644
--- a/static/fpc/0000111000100001010000010100010100110111000011000111100000110000/index.html
+++ b/static/fpc/0000111000100001010000010100010100110111000011000111100000110000/index.html
@@ -11,7 +11,7 @@
Congratulations on passing all the FPC teaser
puzzles! If you enjoyed these puzzles, dont forget
to rally your friends and register for FPC
- 2023! The FPC will feature many more creative
+ 2024! The FPC will feature many more creative
puzzles for you to solve and learn from!
- https://wisv.ch/fpcregistration
+ https://wisv.ch/fpcregistration
-
+
diff --git a/static/fpc/start/index.html b/static/fpc/start/index.html
index 5785dde..8d47752 100644
--- a/static/fpc/start/index.html
+++ b/static/fpc/start/index.html
@@ -11,7 +11,7 @@
1. Glass Reflection
-
FPC 2023 First Teaser Puzzle
+
FPC 2024 First Teaser Puzzle
@@ -29,7 +29,7 @@
FPC 2023 First Teaser Puzzle
letters are partially overlapping, because the window is made
of double-paned glass. Would it be possible to automatically
read the text of the sign, just by looking at this mangled reflection? With a burst of sudden inspiration, you grab your laptop
- and OCR2 camera from your bag, and start programming.
+ and OCR camera from your bag, and start programming.
Your OCR camera appears to correctly recognize the letters in
the reflection when it accounts for the mirroring, except that all the letters are duplicated.
@@ -37,7 +37,7 @@
FPC 2023 First Teaser Puzzle
overlaps, resulting in only one more letter than there would be in the original word. For
example, the word “beer” is reflected as “bbeeerr”, and the word “ooo” is reflected as
“oooo”. All that is left for you to do, is to write a program that converts these reflected
- words back to their original form.
+ words back to their original form.