| Problem | candies3 |
|---|---|
| User | j0ashhh |
| Submission Time | 2026-01-10 17:30:13 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
candies3.cpp:1:1: error: stray ‘\357’ in program
1 | #include <bits/stdc++.h>
| ^
candies3.cpp:1:2: error: stray ‘\274’ in program
1 | #include <bits/stdc++.h>
| ^
candies3.cpp:1:3: error: stray ‘\203’ in program
1 | #include <bits/stdc++.h>
| ^
candies3.cpp:1:4: error: ‘include’ does not name a type
1 | #include <bits/stdc++.h>
| ^~~~~~~
candies3.cpp: In function ‘int main()’:
candies3.cpp:5:2: error: ‘cin’ was not declared in this scope
5 | cin >> t;
| ^~~
candies3.cpp:15:3: error: ‘cout’ was not declared in this scope
15 | cout << total << endl;
| ^~~~
candies3.cpp:15:20: error: ‘endl’ was not declared in this scope
15 | cout << total << endl;
| ^~~~