Problem sum
User Lypho
Submission Time 2024-12-02 10:22:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sum.cpp: In function ‘int main()’:
sum.cpp:15:10: error: ‘s’ was not declared in this scope
15 | cout << s << " " << j;
| ^
sum.cpp:15:22: error: ‘j’ was not declared in this scope
15 | cout << s << " " << j;
| ^