Problem shamelessad2
User Red123
Submission Time 2025-08-01 15:20:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

shamelessad2.cpp: In function ‘int main()’:
shamelessad2.cpp:9:14: error: expected initializer before ‘==’ token
9 | bool pagong == true;
| ^~
shamelessad2.cpp:14:4: error: ‘pagong’ was not declared in this scope
14 | pagong == false;
| ^~~~~~
shamelessad2.cpp:17:5: error: ‘pagong’ was not declared in this scope
17 | if(pagong ==h true){
| ^~~~~~
shamelessad2.cpp:17:14: error: ‘h’ was not declared in this scope
17 | if(pagong ==h true){
| ^
shamelessad2.cpp:17:15: error: expected ‘)’ before ‘true’
17 | if(pagong ==h true){
| ~ ^~~~~
| )
shamelessad2.cpp:25:5: error: ‘pagong’ was not declared in this scope
25 | if(pagong = true){
| ^~~~~~