左值与右值这两概念是从 c 中传承而来的,在 c 中,左值指的是既能够出现在等号左边也能出现在等号右边的变量(或表达式),右值指的则是只能出现在等号右边的变量(或表达式).
#include <stdlib.h>
system("cls");
#include <windows.h>
Sleep(60);
#include <unistd.h>
sleep(60);