#include <stdio.h>int main(int narg, char **argv) { printf("%c\n", '%'); printf("%d\%\n", 100); return 0;}