| Problem | findingpavement |
|---|---|
| User | dharshanmb |
| Submission Time | 2026-06-24 15:33:22 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
findingpavement.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
findingpavement.cpp: In function ‘int main()’:
findingpavement.cpp:8:13: error: ‘string’ was not declared in this scope
8 | string s;
| ^~~~~~
findingpavement.cpp:9:13: error: ‘cin’ was not declared in this scope
9 | cin >>s;
| ^~~
findingpavement.cpp:9:19: error: ‘s’ was not declared in this scope
9 | cin >>s;
| ^
findingpavement.cpp:11:17: error: ‘cout’ was not declared in this scope
11 | cout<< i << " "<< j;
| ^~~~