Problem | rightangtri |
---|---|
User | AwkUngenially |
Submission Time | 2025-04-02 07:42:33 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:6:23: error: expected ‘;’ before ‘long’
6 | cin >> Number_of_rows
| ^
| ;
7 | long long Count = 1;
| ~~~~
rightangtri.cpp:13:3: error: ‘Count’ was not declared in this scope
13 | Count++;
| ^~~~~