Hi Apple,
I'm an "Apple fan" for almost a decade. I'm obsessed by Apple products, the design concept has rooted in my heart and influenced me so much. Fortunately, I had the chance to make me get closer to Apple, by developing an iOS app which I believe it can significantly improve productivity for users who have the need for it.
The journey was very fun. In fact, I had a great pleasure when I overcame one and one problems, finally got my idea realized in iOS. I designed UI carefully, experimented as much as I can just for a smoother experience. I also did tons of research and tries on the algorithm (it was a long story, I'll skip here), to reach the high bar before launch. I even registered a new domain exclusively for this app, and set up an email for user support.
TestFlight is great for testing. And I knew it's the time to launch my first version, which is well-tested and equipped with several complete features. So I filled out all the required fields, and spent a whole day to make 18 posters which cov
#include <cstdio> | |
#include <cmath> | |
#include <cstdlib> | |
int hash[10000] = {0}; | |
int main () | |
{ | |
float index; | |
int count; |