| Problem | candies |
|---|---|
| User | qwerty |
| Submission Time | 2026-04-25 11:31:12 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
candies.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
candies.cpp: In function ‘int main()’:
candies.cpp:8:5: error: ‘cin’ was not declared in this scope
8 | cin >> N;
| ^~~
candies.cpp:26:9: error: ‘cout’ was not declared in this scope
26 | cout << k - 1 << "\n";
| ^~~~