Problem sum
User NoobMugger420
Submission Time 2024-12-02 10:42:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sum.cpp: In function ‘int main()’:
sum.cpp:23:10: error: ‘temp1’ was not declared in this scope
23 | cin >> temp1 >> temp2;
| ^~~~~
sum.cpp:23:19: error: ‘temp2’ was not declared in this scope
23 | cin >> temp1 >> temp2;
| ^~~~~