Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
1775 李思贤 猴子吃枣问题 C++ Accepted 100 0 MS 248 KB 122 2019-10-19 22:00:37

Tests(1/1):


#include<iostream> int main(){ int a=1,i=1; while(i<=9){ a=(1+a)*2; i=i+1; } printf("%d",a); return 0; }


Judgement Protocol: