Problem addition
User Teeskit
Submission Time 2025-06-12 10:13:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:5:32: error: ‘cin_tie’ was not declared in this scope
5 | ios_base::sync_with_stdio(0); cin_tie(0);
| ^~~~~~~