| Problem | summoning |
|---|---|
| User | Dhivyan03 |
| Submission Time | 2026-06-26 16:19:53 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
summoning.cpp: In function ‘int main()’:
summoning.cpp:2:14: error: ‘cin’ was not declared in this scope
2 | int n,d; cin >> n >> d;
| ^~~
summoning.cpp:14:5: error: ‘cout’ was not declared in this scope
14 | cout << d;
| ^~~~