fork download
  1. #include <bits/stdc++.h>
  2.  
  3. using namespace std;
  4.  
  5. int main() {
  6.  
  7. ios_base::sync_with_stdio(false);
  8. cin.tie(nullptr);
  9.  
  10. freopen("AMSTRONG.INP", "r", stdin);
  11. freopen("AMSTRONG.OUT", "w", stdout);
  12.  
  13. int number;
  14. cin >> number;
  15.  
  16. return 0;
  17. }
Success #stdin #stdout 0s 5308KB
stdin
111 11
stdout
Standard output is empty