Problem rightangtri
User taqtru
Submission Time 2024-01-25 10:48:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rightangtri.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
1 | #include bits/stdc++.h
| ^~~~
rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:6:2: error: ‘cin’ was not declared in this scope
6 | cin >> N;
| ^~~
rightangtri.cpp:1:1: note: ‘std::cin’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
+++ |+#include <iostream>
1 | #include bits/stdc++.h
rightangtri.cpp:9:4: error: ‘cout’ was not declared in this scope
9 | cout << "*";
| ^~~~
rightangtri.cpp:9:4: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?