遇到问题:java.sql.SQLException: Failed to fetch schema of pay_record表
i.s.r.d.s.s.c.AbstractTableMetaCache : get table meta of the table pay_record error: Failed to fetch schema of pay_record 原因分析:
springcloud项目中使用了se…
暴力算法
我们可以采用暴力算法
#include<bits/stdc.h>
using namespace std;
#define ll long long
int main()
{ll a, b, c;cin >> a >> b >> c;ll ans 1;for (ll i 1; i < b; i) {ans * a;}ans % c;cout << ans;
}
不过这样肯定会超时…