<cf>Hexadecimal's theorem
关于这题。。。无语了。。。
AC Code
#include <iostream>
using namespace std;
int main()
{
int n;
while(cin>>n) cout<<"0 0 "<<n<<endl;
return 0;
}
以上的代码已经AC。。。因为0就是斐波拉契数列中的元素
关于这题。。。无语了。。。
AC Code
#include <iostream>
using namespace std;
int main()
{
int n;
while(cin>>n) cout<<"0 0 "<<n<<endl;
return 0;
}