Advertisement
Guest User

new

a guest
Nov 23rd, 2020
7
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.17 KB | None | 0 0
  1. #include <iostream>
  2.  
  3. #define CON 11
  4.  
  5. using namespace std;
  6.  
  7. int main ( ) {    
  8.      
  9.      char n1 [ CON];
  10.      char n2 [ CON];
  11.      char n3 [ CON];
  12.  
  13.      return 0;
  14. }
  15.    
  16.    
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement