You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A secret team of programmers is plotting to disrupt the programming language landscape and bring punched cards back by introducing a new language called Punched Card Python that lets people code in Python using punched cards!
12
-
Like good disrupters, they are going to launch a viral campaign to promote their new language before even having the design for a prototype.
13
-
For the campaign, they want to draw punched cards of different sizes in ASCII art.
5
+
int main(){
6
+
int t, q = 0;
7
+
cin >> t;
8
+
while (q++ < t) {
9
+
int n, m, i, j;
10
+
cin >> n >> m;
11
+
// compute the actual number of rows in the output
0 commit comments