Problem transform
User Lucas
Submission Time 2024-07-28 15:05:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

transform.cpp: In function ‘std::vector<long int> dijkstra(ll, std::vector<std::vector<std::pair<long int, long int> > >&)’:
transform.cpp:6:23: error: unable to find numeric literal operator ‘operator""LLe18’
6 | vector<ll> dist(26, 1LLe18);
| ^~~~~~
transform.cpp: In function ‘int main()’:
transform.cpp:55:46: error: unable to find numeric literal operator ‘operator""LLe18’
55 | vector<vector<ll>> cost(26, vector<ll>(26, 1LLe18));
| ^~~~~~
transform.cpp:71:16: error: unable to find numeric literal operator ‘operator""LLe18’
71 | ll hello = 1LLe18;
| ^~~~~~
transform.cpp:74:24: error: unable to find numeric literal operator ‘operator""LLe18’
74 | if (cost[l][j] < 1LLe18 && cost[r][j] < 1LLe18) {
| ^~~~~~
transform.cpp:74:47: error: unabl