This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <stdio.h> | |
| void SIC(int num); | |
| void TNIC(int num); | |
| int main(int argc, char const *argv[]) | |
| { | |
| for (int i = 1; i <= 9; i++) { | |
| for (int j = 1; j <= i; j++) { | |
| SIC(j); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [global] | |
| monitor = 0 | |
| follow = mouse | |
| geometry = "300x60-20+48" | |
| indicate_hidden = yes | |
| shrink = no | |
| separator_height = 0 | |
| padding = 32 | |
| horizontal_padding = 32 | |
| frame_width = 2 |
NewerOlder