We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7185759 commit 58e3237Copy full SHA for 58e3237
0a.cpp
@@ -0,0 +1,9 @@
1
+#include <iostream>
2
+using namespace std;
3
+
4
+int main() {
5
+ int x = 5;
6
+ int y = 2;
7
+ cout << x * y;
8
+ return 0;
9
+}
0a.exe
70.8 KB
0 commit comments