#include<stdio.h> int main() { uint32_t a = 100; while (a > 0) { --a; } printf("%d", a); return 0; }
扫描二维码,关注牛客网
下载牛客APP,随时随地刷题