fork download
  1. #include <stdio.h>
  2.  
  3. int f() {
  4. if (396[(int*)__builtin_frame_address(0)] -
  5. (int)__builtin_frame_address(0) != 1600) {
  6. return f() + (int)__builtin_frame_address(0);
  7. }
  8. return 0;
  9. }
  10.  
  11. int main() {
  12. printf("%d\n", ((int)__builtin_frame_address(0) * 100 - f()) / 16);
  13. return 0;
  14. }
  15.  
Success #stdin #stdout 0.01s 1720KB
stdin
Standard input is empty
stdout
5150