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.
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.