【蓝桥杯】ALGO-42送分啦水

tech2026-02-25  1

资源限制 时间限制:1.0s 内存限制:512.0MB 问题描述   这题想得分吗?想,请输出“yes”;不想,请输出“no”。 输出格式   输出包括一行,为“yes”或“no”。

#include<stdio.h> #include<iostream> #include<math.h> #include<string.h> #include<algorithm> #include<functional> using namespace std; const int inf = 0x3f3f3f3f; const double pi = acos(-1); typedef long long ll; //ALGO-42 送分啦 int main() { printf("yes"); return 0; }

真感人。。。

最新回复(0)