0_0_33974646_9277.cpp:3:14: error: declaration does not declare anything [-fpermissive]
typedef long long;
^
0_0_33974646_9277.cpp: In function 'int main()':
0_0_33974646_9277.cpp:9:5: error: 'll' was not declared in this scope
ll min = 999999999999;
^
0_0_33974646_9277.cpp:10:8: error: expected ';' before 'sum'
ll sum=0;
^
0_0_33974646_9277.cpp:15:9: error: 'sum' was not declared in this scope
sum=0;
^
0_0_33974646_9277.cpp:16:9: error: 'min' was not declared in this scope
min = 99999999999;
^
|