竞赛
考级
#include <iostream> #include <vector> #include <unordered_set> using namespace std; bool hasArithmeticSubsequence(const vector<int>& arr) { int n = arr.size(); if (n < 3) return false; } int main() { ios::sync_with_stdio(false); cin.tie(nullptr); }
我
提交答案之后,这里将显示提交结果~