#include <stdio.h>#include <stdlib.h> int main() { printf("%d\n", rand()); return 0; }
False
Previous Question Next Question
Your comments will be displayed only after manual approval.