diff options
Diffstat (limited to 'web/php/_json.php')
-rw-r--r-- | web/php/_json.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/php/_json.php b/web/php/_json.php new file mode 100644 index 0000000..b3c443e --- /dev/null +++ b/web/php/_json.php @@ -0,0 +1,3 @@ +<?php +echo json_encode("#include <stdio.h>\nint main(){while(scanf(\"%d%d\", &a, &b)==2)printf(\"%d\n\", a+b); return 0;}\n"); +?> |