
https://codeforces.com/problemset/problem/1469/A
看清题目,只有一个’(‘和’)'。
#include<bits/stdc++.h>
using namespace std;
int main(void)
{
int n; cin>>n;
while<

https://codeforces.com/problemset/problem/1469/A
看清题目,只有一个’(‘和’)'。
#include<bits/stdc++.h>
using namespace std;
int main(void)
{
int n; cin>>n;
while<
341

被折叠的 条评论
为什么被折叠?