#include int main() { for(int ans,N,i; N = 0; i++) { ans += i; N--; } printf("%d,ans"); return 0; }