Paste #147436 |
pasted on 07.10.2020 13:08
- Edit to this paste
- Raw
- The following pastes replied to this paste: # 149040 # 159990 # 185918
- Show paste tree
-
Compare with paste
#
Text paste
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | //сравнение #include <stdio.h> int main(void) { char *a = "задан"; char *и = "после"; if (a[0] < b[0]) printf ("Больше\n"); else printf ("Меньше\n"); return 0' } |