Problem jaydenscurve
User Zubair
Submission Time 2026-06-26 16:05:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

jaydenscurve.cpp: In function ‘int main()’:
jaydenscurve.cpp:11:16: error: expected ‘;’ before ‘if’
11 | cin>>s
| ^
| ;
12 | if(s[j-1]=="#") {
| ~~