#include int main(void){ int width = 100, height = 80; printf("width = %d\n", width); printf("height = %d\n", height); return 0; }