avatar
mRNA
一位喜欢篮球 赛车 摄影 EVA的BUAAer

会有这一天的

1
2
3
4
5
6
7
8
9
10
11
12
int main()
{
double skill = 0.0,progress = 0.5;
int day = 0, learning = 1;
while (++day)
{
if (learning)
{
skill += progress;
}
}
}