Problem sum
User popperoni
Submission Time 2024-12-02 10:25:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sum.cpp: In function ‘int main()’:
sum.cpp:9:12: error: two or more data types in declaration of ‘N’
9 | long long N; cin >> N;
| ^
sum.cpp:9:22: error: ‘N’ was not declared in this scope
9 | long long N; cin >> N;
| ^
sum.cpp:10:12: error: two or more data types in declaration of ‘a’
10 | long long a = 0, b = 0;
| ^
sum.cpp:10:19: error: two or more data types in declaration of ‘b’
10 | long long a = 0, b = 0;
| ^
sum.cpp:12:13: error: two or more data types in declaration of ‘c’
12 | long long c, d; cin >> c >> d;
| ^
sum.cpp:12:16: error: two or more data types in declaration of ‘d’
12 | long long c, d; cin >> c >> d;
| ^
sum.cpp:12:26: error: ‘c’ was not declared in this scope
12 | long long c, d; cin >> c >> d;