Problem | ippt |
---|---|
User | Kartikkk |
Submission Time | 2024-02-18 17:03:38 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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 << endl;
| ^~~~
ippt.cpp:7:20: error: ‘endl’ was not declared in this scope
7 | cout << sum << endl;
| ^~~~