Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
46396 杨中琦 猴子吃枣问题 C++ Accepted 100 0 MS 252 KB 122 2022-07-13 13:00:01

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: