📄 crash11.c
字号:
// Origin: Alfred Minarik <a8601248@unet.univie.ac.at>// Build don't link:template <typename T>struct allocator{ typedef int size_type;};template <typename T>struct string{ typedef typename allocator<T>::size_type size_type; static size_type size; size_type max_size() const { return size; }};template string <char>;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -