Skip to main content
1 of 3
null
  • 12.3k
  • 3
  • 61
  • 95

3.1

#include <stdio.h> int main() { int i; int n = 20; for( i = 0; i < n; i++ ) printf("+"); return 0; } 

I decided to change ONLY ONE CHARACTER, that is, -. No characters other than - were changed.

null
  • 12.3k
  • 3
  • 61
  • 95