#!/usr/local/bin/tcc -run #include #include void main(void) { printf("%d", (-5 + 10) % 10); }