aboutsummaryrefslogtreecommitdiffstats
path: root/toj/php/_json.php
blob: b3c443e4ec36113073ebce178c49f39d6e78b91b (plain) (blame)
1
2
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");
?>