#include <stdio.h> int main() { int m = 31, n = 13, p = 30; printf("%d %d ", m, n, p); }
31 13
Previous Question Next Question
Your comments will be displayed only after manual approval.