Problem heatwv
User cheryltkx
Submission Time 2026-08-01 11:29:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

heatwv.cpp: In function ‘int main()’:
heatwv.cpp:4:9: error: expected initializer before ‘.’ token
4 | int T, C.Ts,Te;
| ^
heatwv.cpp:5:10: error: ‘C’ was not declared in this scope
5 | cin>>T>>C>>Ts>>Te;
| ^
heatwv.cpp:5:13: error: ‘Ts’ was not declared in this scope; did you mean ‘T’?
5 | cin>>T>>C>>Ts>>Te;
| ^~
| T
heatwv.cpp:5:17: error: ‘Te’ was not declared in this scope; did you mean ‘T’?
5 | cin>>T>>C>>Ts>>Te;
| ^~
| T
heatwv.cpp:9:13: error: ‘W’ was not declared in this scope
9 | cin>u>>v>>W;
| ^
heatwv.cpp:16:61: error: template argument 1 is invalid
16 | priority_queue<pair<int,int>,vector<pair<int,int>>,greater<pair<int,int>;
|