| Problem | fatty |
|---|---|
| User | Yuhmama |
| Submission Time | 2026-06-24 10:26:30 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fatty.cpp: In function ‘int main()’:
fatty.cpp:9:7: error: ‘i’ was not declared in this scope
9 | for (i=0; i<N ; i++) {
| ^
fatty.cpp:13:7: error: ‘i’ was not declared in this scope
13 | for (i=0; i<T ; i++) {
| ^
fatty.cpp:16:14: error: conflicting declaration ‘std::vector<long long int> X’
16 | vector<int> X;
| ^
fatty.cpp:6:9: note: previous declaration as ‘long long int X’
6 | int N, X;
| ^
fatty.cpp:17:7: error: ‘i’ was not declared in this scope
17 | for (i=0; i==C*T; i++){
| ^
fatty.cpp:17:16: error: no match for ‘operator*’ (operand types are ‘std::vector<long long int>’ and ‘std::vector<long long int>’)
17 | for (i=0; i==C*T; i++){
| ~^~
| | |
| | vector<[...]>
| vector<[...]>
In file included from