Another Contest 4 Problem 0 - The April Fools Warmup Problem

View as PDF

Submit solution

Points: 0
Time limit: 1.0s
Memory limit: 256M

Problem type
Allowed languages
C++

For years, the residents of DMOJistan have been besieged by a single question - what does AK stand for?

Well, it's time for you to find out! Please implement the following function:

string f()

This function should return the phrase that AK stands for. Please make sure that you format the phrase properly, as we will be using an identical checker to evaluate the correctness of your submission. You will never need to include newlines in your answer. If you need to use a space in your answer, you will never need to use two consecutive spaces.

If you don't know what AK stands for, here's a hint: the string you return should have length 8. It contains exactly two words comprising seven letters, with the first word starting with A and the second word starting with K.

As with all problems in this contest, you will only be permitted to submit your solutions in C++. We guarantee that contestants with no experience in C++ will not be handicapped significantly in spite of this.


Comments


  • -3
    Viv_CCGS  commented on Aug. 15, 2021, 12:10 p.m. edited

    What does AK stand for?

    EDIT: AK is deep...


    • -2
      gavin_chen  commented on June 11, 2022, 12:31 a.m.

      Hint: It starts with an "A" and ends with a letter.
      There are two words one starts with "K" and the other with "A".
      The lengths of each are number from 1 to infinity.

      Hope this helps!


  • -12
    RonldLiu  commented on Jan. 20, 2020, 9:35 a.m. edit 3

    This comment is hidden due to too much negative feedback. Show it anyway.


    • 22
      Plasmatic  commented on Jan. 20, 2020, 2:10 p.m. edited

      The problem statement asks you to implement a function, not write directly to stdout