Problem ippt
User Kartikkk
Submission Time 2024-02-18 17:04:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ippt.cpp: In function ‘int main()’:
ippt.cpp:4:5: error: ‘cin’ was not declared in this scope
4 | cin >> a >> b >> c;
| ^~~
ippt.cpp:7:5: error: ‘cout’ was not declared in this scope
7 | cout << sum;
| ^~~~