Problem | peakfinding |
---|---|
User | ShaquilleOatmeal34 |
Submission Time | 2025-03-14 15:34:33 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
peakfinding.cpp:7:21: error: stray ‘\342’ in program
7 | cout << anish[i] << ‘ ’;
| ^
peakfinding.cpp:7:22: error: stray ‘\200’ in program
7 | cout << anish[i] << ‘ ’;
| ^
peakfinding.cpp:7:23: error: stray ‘\230’ in program
7 | cout << anish[i] << ‘ ’;
| ^
peakfinding.cpp:7:25: error: stray ‘\342’ in program
7 | cout << anish[i] << ‘ ’;
| ^
peakfinding.cpp:7:26: error: stray ‘\200’ in program
7 | cout << anish[i] << ‘ ’;
| ^
peakfinding.cpp:7:27: error: stray ‘\231’ in program
7 | cout << anish[i] << ‘ ’;
| ^
peakfinding.cpp: In function ‘int main()’:
peakfinding.cpp:2:1: error: ‘vector’ was not declared in this scope
2 | vector<int> anish;
|