P1044 [NOIP2003 普及组] 栈
/*
* @Description: To iterate is human, to recurse divine.
* @Autor: Recursion
* @Date: 2022-03-12 22:49:42
* @LastEditTime: 2022-03-13 09:26:53
*/
#include
using namespace std;
int n;
int a[1000];
// long long int f(int x){
// long long int t=1;
// for(int i=1;i<=x;i++)
// t=t*i;
// return t;
// }
// long long int ff(int x,int y)
// {
// long long int t=1;
//
共有 0 条评论