摘要: P7060 [NWRRC2014] Alarm Clock #include <bits/stdc++.h> using namespace std; int main() { int n; cin>>n; int arr[10]={6,2,5,5,4,5,6,3,7,6}; bool check= 阅读全文
posted @ 2023-07-22 23:32 osir 阅读(60) 评论(0) 推荐(0)