| Problem | candies3 |
|---|---|
| User | SideQuesting |
| Submission Time | 2025-11-16 16:32:18 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
candies3.cpp: In function ‘int main()’:
candies3.cpp:5:5: error: ‘cin’ was not declared in this scope
5 | cin >> t;
| ^~~
candies3.cpp:10:13: error: ‘cout’ was not declared in this scope
10 | cout << result << '\n';
| ^~~~
candies3.cpp:14:13: error: ‘cout’ was not declared in this scope
14 | cout << result << '\n';
| ^~~~