fork download
  1. #include <bits/stdc++.h>
  2. using namespace std;
  3. /*
  4. int recursion(int T){
  5. if(T<=100){
  6. int K=recursion(recursion(T+11));
  7. return K;
  8. }
  9. return T-10;
  10. }*/
  11.  
  12. const long int MaxN=1e9+7;
  13.  
  14. int main() {
  15. ios::sync_with_stdio(0);
  16. cin.tie(0); cout.tie(0);
  17. cout << (999999917*(999999913))%MaxN << '\n';
  18. }
Success #stdin #stdout 0.01s 5288KB
stdin
500
91
0
stdout
312080437