Problem orz
User Shreyas123456789
Submission Time 2026-02-22 16:32:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

orz.cpp: In function ‘int main()’:
orz.cpp:6:14: error: ‘a’ was not declared in this scope
6 | int total = a+b+c;
| ^
orz.cpp:6:16: error: ‘b’ was not declared in this scope
6 | int total = a+b+c;
| ^
orz.cpp:6:18: error: ‘c’ was not declared in this scope
6 | int total = a+b+c;
| ^