Problem findingpavement
User JcYong
Submission Time 2024-06-18 13:44:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

findingpavement.cpp: In function ‘int main()’:
findingpavement.cpp:14:2: error: ‘sout’ was not declared in this scope; did you mean ‘stdout’?
14 | sout << i << j;
| ^~~~
| stdout
findingpavement.cpp:14:10: error: ‘i’ was not declared in this scope
14 | sout << i << j;
| ^
findingpavement.cpp:14:15: error: ‘j’ was not declared in this scope
14 | sout << i << j;
| ^