Type: Default 1000ms 32MiB

命运的齿轮开始转动...

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

欢迎参加ASFR2023!

题目背景

众所周知,ASFR不仅仅是ACM比赛,更是一个面向全校师生的历史悠久的超大型比赛。为了让每位参与比赛的选手都能充分体验到算法和算法竞赛的乐趣,我们精心设计了本题~

题目描述

对于每次符合输出格式的提交,你将有:

  • 1%1\% 的概率获得 3 分;
  • 3%3\% 的概率获得 15 分;
  • 15%15\% 的概率获得 30 分;
  • 30%30\% 的概率获得 51 分;
  • 以及高达 51%51\% 的概率AC!!! 是超过一半的超高 AC 率~ (・ω・)ノ

输入格式

没有输入。

输出格式

输出仅包含一行一个字符串Advertising Space For Rent!

提示

本题可用于测试你的环境是否良好运行,如果你获得 0 分,那么说明你的程序没有成功输出 Advertising Space For Rent!

以下是一部分可用语言的程序范例,你可以直接复制,尝试编译运行并提交,但请务必在提交前选择正确的语言

C++:

#include <iostream>

int main() {
    std::cout << "Advertising Space For Rent!" << std::endl;
    return 0;
}

C:

#include <stdio.h>

int main() {
    printf("Advertising Space For Rent!\n");
    return 0;
}

Python:

print "Advertising Space For Rent!"  # python2
print("Advertising Space For Rent!") # python3

Rust:

fn main() {
    println!("Advertising Space For Rent!");
}

据说用Rust写题更容易AK哦~

“ASFR” Cup 2nd

Not Attended
Status
Done
Rule
IOI
Problem
13
Start at
2023-10-14 0:00
End at
2023-10-16 0:00
Duration
48 hour(s)
Host
Partic.
162