0_0_34121934_26249.cpp:37:7: error: 'LL' does not name a type
const LL INF = 0x3f3f3f3f3f3f3f3fLL;
^
0_0_34121934_26249.cpp: In function 'int main()':
0_0_34121934_26249.cpp:105:9: error: 'LL' was not declared in this scope
LL ans1 = 0, ans2 = 0;
^
0_0_34121934_26249.cpp:111:17: error: 'ans1' was not declared in this scope
ans1 += vec1[i];
^
0_0_34121934_26249.cpp:115:13: error: 'ans1' was not declared in this scope
ans1 += vec1[i] - vec2[j];
^
0_0_34121934_26249.cpp:123:17: error: 'ans2' was not declared in this scope
ans2 += a[i];
^
0_0_34121934_26249.cpp:127:13: error: 'ans2' was not declared in this scope
ans2 += a[i] - pp[j].val;
^
0_0_34121934_26249.cpp:130:48: error: 'ans1' was not declared in this scope
printf("Case %d: %lld\n", ++icase, max(ans1, ans2));
^
0_0_34121934_26249.cpp:130:54: error: 'ans2' was not declared in this scope
printf("Case %d: %lld\n", ++icase, max(ans1, ans2));
^
|