#include<iostream>using namespace std;int main(){ int num=0; int score=999; if(score>=0&&score<=999999999) { do { score/=10; num++; }while(score==0); } cout<<num<<endl; return 0;}
- 2 回答
- 0 關注
- 1464 瀏覽
添加回答
舉報
0/150
提交
取消