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_38154651_19887.cpp: In function 'int main()':
0_0_38154651_19887.cpp:7:12: error: missing template arguments before 'f'
     vector f(2002, vector<int>(2002, -1));
            ^
0_0_38154651_19887.cpp: In lambda function:
0_0_38154651_19887.cpp:10:13: error: 'f' was not declared in this scope
         if (f[x][y] != -1) return f[x][y];
             ^
0_0_38154651_19887.cpp:11:9: error: 'f' was not declared in this scope
         f[x][y] = 0;
         ^
0_0_38154651_19887.cpp: In function 'int main()':
0_0_38154651_19887.cpp:22:13: error: 'f' was not declared in this scope
         if (f[n][m] == true) cout << "Wonderful!\n";
             ^


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-11-23 00:38:25, Gzip enabled