摘要:
#include <iostream>using namespace std;int main() { int n,s,b; cin>>n>>s; int a[s]; for(int i=0;i<s;i++){ cin>>a[i]; if(n>a[i]){ n=n-a[i]; }else if(n< 阅读全文
posted @ 2023-03-25 19:42
会c++的王华立
阅读(423)
评论(0)
推荐(0)
该文被密码保护。 阅读全文
posted @ 2023-03-25 18:28
会c++的王华立
阅读(0)
评论(0)
推荐(0)
浙公网安备 33010602011771号