标签:while har blog color getchar tps ade 技术分享 logs
This week, I had some mistakes. It is really hard to say:
l = abs(px[x] - bl); r = abs(px[x] - br); t = abs(py[x] - bt); b = abs(pxpy[x] - bb);
How can I felt smooth while typing these codes? Everyone will punch me!!!
int n, m, a, b, vx[maxn*maxn], vy[maxn*maxn], hx[maxn*maxn], hy[maxn*maxn];
I had made it so small so I only got 10 points.
After I made it larger, it passed!! I am na?ve!
bool bitechar() { char s; s = getchar(); ifwhile (s != ‘#‘ && s != ‘.‘) s = getchar(); if (s == ‘#‘) return true; return false; }
No wonder dph wants to punch me.
So I can do better. :)
标签:while har blog color getchar tps ade 技术分享 logs
原文地址:http://www.cnblogs.com/greyqz/p/6680241.html