fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5. int t;
  6. cin>>t;
  7. int n=1000000007;
  8. cout<<n%t;
  9.  
  10. // your code goes here
  11. return 0;
  12. }
Success #stdin #stdout 0.01s 5472KB
stdin
1
stdout
Standard output is empty