fork(1) download
  1. #include <stdio.h>
  2. int main() {
  3. int x = 2, y = 3, c = 4;
  4. scanf ("%d", &c);
  5. switch (c) {
  6. case 228:
  7. printf ("CSKA");
  8. break;
  9. default:
  10. printf ("%d", y);
  11.  
  12. }
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19. return 0;
  20.  
  21. }
Success #stdin #stdout 0s 5292KB
stdin
228
stdout
CSKA