foo.cpp:1:1: error: 'nclude' does not name a type
foo.cpp:13:1: error: 'vector' does not name a type
foo.cpp: In function 'int main()':
foo.cpp:16:22: error: 'scanf' was not declared in this scope
foo.cpp:16:105: error: 'v' was not declared in this scope
foo.cpp:16:164: error: expected '(' before 'int'
foo.cpp:16:178: error: 'time' was not declared in this scope
foo.cpp:16:183: error: expected ';' before 'int'
foo.cpp:16:202: error: 'volue' was not declared in this scope
foo.cpp:16:208: error: expected ';' before 'for'
foo.cpp:16:220: error: name lookup of 'i' changed for ISO 'for' scoping [-fpermissive]
foo.cpp:16:220: note: (if you use '-fpermissive' G++ will accept your code)
foo.cpp:16:229: warning: statement has no effect [-Wunused-value]
foo.cpp:16:233: error: expected ';' before ')' token
foo.cpp:16:143: warning: unused variable 'a' [-Wunused-variable]
foo.cpp:16:486: error: expected '}' at end of input