4 月 5 号晚上 7 点 infOJ 愚人节赛,IOI 赛制。
出题组成员为:@feecle6418,@gyh20。
过题也不可参与抽奖送 dottle bot 源代码,小粉兔垃圾桶,Anton 立牌/海报。欢迎来玩~
http://119.27.163.117/contest/28/register
本次比赛计入 rating,rating 跌涨幅度为普通比赛 八分之一。
infoj qq 群:324364809
This year, we are planning to introduce problems that your submitted code can call external LLM API-s. For example, there will be a problem that, you can write the following code:
#include "llm.h"
int main(){
string str = "Who are you?"
string res = ask_LLM(str); // res may be equal to "Greetings! I'm DeepSeek-V3, an artificial intelligence assistant created by DeepSeek. I'm at your service and would be delighted to assist you with any inquiries or tasks you may have."
}
However, be careful enough when using such functions, because the return value and the time taken to return the answer are unpredictable.