#include int main() { printf("%d%d\n", -17 % 5, -17 / 5); return 0; }