222
3
#include <iostream> #include <cstring> #include <algorithm> using namespace std; int f(int n){ int k = 0; while( //pdsu-c1 //pdsu-c1 ) { k ++; //pdsu-c2 //pdsu-c2 } return k; } int main() { int n; scanf("%d", &n); printf("%d\n", f(n)); return 0; }
//pdsu-c1
代码填空1
//pdsu-c1
//pdsu-c2
代码填空2
//pdsu-c2
请以上述方式填写代码空白,
两个代码填空之间用换行隔开.
并按照填空顺序对代码进行编写.
Anything about this OnlineJudge, Please Contact Administrator. Click add QQ
OJ system based on HUSTOJ Project , UI based on Twitter Bootstrap
Copyright 2016 ACM算法攻关部