F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

View Compilation Error

0_0_39852900_3187.cpp:2:2: error: invalid preprocessing directive #incoude; did you mean #include?
    2 | #incoude <vector>
      |  ^~~~~~~
      |  include
0_0_39852900_3187.cpp: In function 'int main()':
0_0_39852900_3187.cpp:8:25: error: 'vector' was not declared in this scope
    8 |                         vector<int> v;
      |                         ^~~~~~
0_0_39852900_3187.cpp:2:1: note: 'std::vector' is defined in header '<vector>'; did you forget to '#include <vector>'?
    1 | #include <iostream>
  +++ |+#include <vector>
    2 | #incoude <vector>
0_0_39852900_3187.cpp:8:32: error: expected primary-expression before 'int'
    8 |                         vector<int> v;
      |                                ^~~
0_0_39852900_3187.cpp:15:41: error: 'v' was not declared in this scope
   15 |                                         v.push_back(m);
      |                                         ^
0_0_39852900_3187.cpp:18:33: error: 'v' was not declared in this scope
   18 |                                 v.push_back(temp);
      |                                 ^
0_0_39852900_3187.cpp:20:29: error: 'v' was not declared in this scope
   20 |                         if (v.size() <= n) {
      |                             ^
0_0_39852900_3187.cpp:23:45: error: 'v' was not declared in this scope
   23 |                         for (int i = 0; i < v.size() - 1; i++) {
      |                                             ^
0_0_39852900_3187.cpp:26:33: error: 'v' was not declared in this scope
   26 |                         cout << v[v.size() - 1] << endl;
      |                                 ^


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-12-05 09:58:22, Gzip enabled