0_0_30243261_22197.cpp:8:1: error: expected initializer before 'll'
ll n, m, k, ans;
^
0_0_30243261_22197.cpp: In function 'int main()':
0_0_30243261_22197.cpp:11:15: error: 't' was not declared in this scope
scanf("%d", &t);
^
0_0_30243261_22197.cpp:13:29: error: 'n' was not declared in this scope
scanf("%I64d%I64d%I64d", &n, &m, &k);
^
0_0_30243261_22197.cpp:13:33: error: 'm' was not declared in this scope
scanf("%I64d%I64d%I64d", &n, &m, &k);
^
0_0_30243261_22197.cpp:13:37: error: 'k' was not declared in this scope
scanf("%I64d%I64d%I64d", &n, &m, &k);
^
0_0_30243261_22197.cpp:15:4: error: 'ans' was not declared in this scope
ans = n * (m + 1);
^
0_0_30243261_22197.cpp:18:4: error: 'ans' was not declared in this scope
ans = (m / d + 1) * (k - 1) + m + 1;
^
0_0_30243261_22197.cpp:20:21: error: 'ans' was not declared in this scope
printf("%I64d\n", ans);
^
|