这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《不懂就问+进食后人》回复:
啥
在讨论《为什么是20分》回复:
sorry AC了
```cpp #include using namespace std; int main() { int a[9],b=0; for (int i=1;i >a[i]; if (a[i]==1) { b++; } } cout<<b; return 0; } ```
在讨论《0分求助!》回复:
```cpp #include using namespace std; int main() { int a,b,c[100005],d[100005],e=1000000000,sum=0; cin>>a>>b; for (int i=1;i >c[i]; } for (int i=1;i >d[i]; } for…
在讨论《求助T_T将动态数组换成静态数组后还是30分但是WA不一样了》回复:
```cpp #include using namespace std; const int MAXN=10000+5; int a[MAXN],b[MAXN],g[MAXN],k[MAXN]; int x,y,n; int main() { ios::sync_with_stdio(0); cin>>n; for(i…
在讨论《啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊少打了几个0》回复:
——————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊…
在讨论《为什么0分》回复:
```cpp #include using namespace std; long long int a[25][25]={0}; int f[25][25]={0}; int b[8][2]={{-1,-2},{-1,2},{-2,-1},{2,-1},{-2,1},{1,-2},{2,1},{1,2}}; int…
在讨论《python五个TLE,不打表的话,求大佬改》回复:
```cpp #include using namespace std; int a[17]={284,1210,2924,5564,6386,10856,14595,18416,66992,71145,76084,87633,88730}; int b[17]={220,1184,2620,5020,6232,107…
在讨论《#6#7求助》回复:
```cpp #include using namespace std; stack q; char ch[264]; int main() { cin.getline(ch,260,'@'); int len=strlen(ch); for(int i=0;i<len;i++) { if(ch[i]=='(') q.…
在讨论《大佬快来啊,为什么最后一个测试点过不了?》回复:
c++14
在讨论《大佬快来啊,为什么最后一个测试点过不了?》回复:
```cpp #include using namespace std; int main(){ int n; cin>>n; long double a=(1.0+sqrt(5))/2.0; long double b=(1.0-sqrt(5))/2.0; long double A=1,B=1; for(int i…
在讨论《为啥只有30分?》回复:
```cpp #include using namespace std; #define ll long long ll x,n; ll ksm(ll x,ll y) { ll ans=1; while(y) { if(y&1) ans*=x; x*=x; y>>=1; } return ans; } int main…
在讨论《零分》回复:
```cpp #include using namespace std; long long sum=0; long long h[3],m[3],s[3],x[3]; int n; int main(){ scanf("%lld:%lld:%lld",&h[1],&m[1],&s[1]); scanf("%lld:%…
在讨论《0分求助!!》回复:
```cpp #include using namespace std; int main() { int a=0,b=0,c=0,i,j,k,l; string s; cin>>s; for(i=0;i ='0'&&s[j]<='9') x=x*10+(s[j]-'0'); else { if(s[j]=='a')x…
在讨论《最后两个测试组不知道为什么过不了,求助大佬》回复:
```cpp #include using namespace std; int main() { long long a; long long b; long long c; int sum1 = 0; int sum2 = 0; int x = 0; cin >> a >> b; int minab = min(a…
在讨论《0分求救》回复:
谢谢
```cpp #include using namespace std; int a,b,c,d,s1,s2; int main() { cin>>a>>b>>c>>d; s1=a*60+b; s2=c*60+d; cout<<(s2-s1)/60<<" "<<(s2-s1)%60; return -1; } ```
在讨论《C++六十分求助!》回复:
```cpp #include using namespace std; int main(){ int x,n,ans=0; cin>>x>>n; for(int i=1;i<=n;i++){ if(x!=6&&x!=7) ans+=250; if(x==7) x=1; else x++; } cout<<ans;…
在讨论《题目有错别字》回复:
离谱!
在讨论《这个题是少数据点么???》回复:
这题是无解吗?
在讨论《这题题解有毒吧》回复:
这啥呀?
在讨论《求助.....》回复:
std:endl