Untitled

Run Settings
LanguageC
Language Version
Run Command
#include <stdio.h> int main(void) { int n; scanf("%d",&n); int i,v[n],menor; for(i=0; i<n; i++){ scanf("%d",&v[i]); } for(i=0; i<n; i++){ printf("%d\n",&v[i]); } return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines