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