0_0_14988203_31086.cpp:14:19: error: declaration does not declare anything [-fpermissive]
typedef long long int;
^
0_0_14988203_31086.cpp: In function 'int main()':
0_0_14988203_31086.cpp:18:5: error: 'LL' was not declared in this scope
LL d,dd,ans;int s1,s2,s;
^
0_0_14988203_31086.cpp:20:27: error: 'd' was not declared in this scope
scanf("%lld%d%d",&d,&s1,&s2);
^
0_0_14988203_31086.cpp:21:15: error: 'dd' was not declared in this scope
s = 0;dd = d;
^
0_0_14988203_31086.cpp:26:21: error: 'ans' was not declared in this scope
ans = d + i;s++;
^
0_0_14988203_31086.cpp:34:38: error: 'ans' was not declared in this scope
printf("Case #%d: %lld\n",ca,ans);
^
|