#define TEST
#ifdef TEST
freopen("in.txt","r",stdin);
freopen(''out.txt","w",stdout);
#endif
***************************************************************************
#define ONLINE_JUDGE
#ifndef ONLINE_JUDGE
freopen("in.txt","r",stdin);
freopen(''out.txt","w",stdout);
#endif
**************************************************************************exit(0)//可以直接结束程序,在循环递推中,结果输出找到了可以直接终止程序,而return;还是要返回上一级
**************************************************************************
#include <iomanip>
cout<<fixed;
cout << setw(20)<<setprecision(10) << dp[r][c]<<endl;